-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edit/Update View #13
Comments
@getup8 Do you solve this problem? I have the same problem in my edit form. There is no data in image field when I open my edit form. |
This is not possible, browsers don't allow you to have a default value for file fields. |
@dvl Django works around it by showing link to uploaded file under the input. |
yes, I agree.i need it too. i'll add it soon. |
Anyway you could add an UpdateView to one of your examples as well? The main issue I'm having is initializing the file upload widget with values so that when you go to edit an entity, you can see it already has attached files.
The text was updated successfully, but these errors were encountered: