filepicker / filepicker-django

A django plugin to make integrating with Filepicker.io even easier
Other
93 stars 29 forks source link

doesn't retrieve file for update form #21

Open ycocatrix opened 11 years ago

ycocatrix commented 11 years ago

On class based update form, when the field is required, because filepicker doesn't retrieve the file you have to send it back ...

i think it's not good

rmeritz commented 10 years ago

I think I'm having the same issue. When I include the field in the form if the field has already been saved the saved file is not displayed and the user needs to submit the image all over again.