Re: Customize the browse button on image upload form

2010-02-22 Thread Karen Tracey
Please ask usage questions on django-users, not here. This list is for discussion of developing Django itself. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. T

Customize the browse button on image upload form

2010-02-22 Thread CrabbyPete
I have a form which allows the user to upload an image and all works well, but I hate the browse button that you get with the form. How do you change the default browse button to a graphic button I have class ProfileForm(SignUpForm): mugshot = forms.ImageField (required = False)