Re: Custom button for imagefield form

2010-02-25 Thread Tom Evans
On Mon, Feb 22, 2010 at 1:06 PM, CrabbyPete wrote: > I have form with where users can upload an image. All works well but I > want a graphic instead of the default browse button that shows up. Can > I change it and if so how do you change it in the form field or > template? > > > class ProfileForm

Re: Custom button for imagefield form

2010-02-25 Thread rebus_
On 22 February 2010 14:06, CrabbyPete wrote: > I have form with where users can upload an image. All works well but I > want a graphic instead of the default browse button that shows up. Can > I change it and if so how do you change it in the form field or > template? > > > class ProfileForm(SignU

Custom button for imagefield form

2010-02-22 Thread CrabbyPete
I have form with where users can upload an image. All works well but I want a graphic instead of the default browse button that shows up. Can I change it and if so how do you change it in the form field or template? class ProfileForm(SignUpForm): mugshot = forms.ImageField (requ