I need to do a multiple upload in my application. I downloaded the django-uploadify and was studying its operation.
I have been gradually implementing in my application until I've got.
The problem is I need to do multiple upload to a specific user. In a project is not used models.py. What I can not imagine is how a model with the data you want and a field - models.ForeignKey user = (User) to assign the files to the user.
The code is here, a little lower, I think it is easier to use it in their applications. http://pastebin.com/HjXSRuax
I need a list of files the user-owns and then do a view listing the same.
Thanks in advance