-
Notifications
You must be signed in to change notification settings - Fork 73
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
How to add fields to be uploaded with files #21
Comments
Hey guys I'd really like to know how to do this too. |
Hi ! Did you find the solution ? i add some html input within the template, and for js : $('#fileupload').bind('fileuploadsubmit', function (e, data) { The console log in Firebug give me the value in "formData", but i don't know how to get this value in Django/python. Did you solve that ? |
Hey Nasjoe, It has been quite a while since I got this working, just managed to pull up the project.
Is that the idea? Cheers |
How would I add some more fields that are associated with each upload. For example I want the user to give a title each uploaded file and have it saved in the Model. I looked at the demo but I am not clear on how to do that?
The text was updated successfully, but these errors were encountered: