gkuhn1 / django-admin-multiupload

Multi file upload for django-admin app
71 stars 64 forks source link

I can't make multiupload running #1

Closed pythdasch closed 10 years ago

pythdasch commented 11 years ago

Hello,

I've done every task you said to install django-multiupload, but nothing happend. Could you help me, or show me code to implement this please ?

Thank you in advance !

gkuhn1 commented 11 years ago

You can check this code https://github.com/gkuhn1/django-adminfiles/blob/master/adminfiles/admin.py#L68 It implements all multiupload funcionalities.

Here is another example with implementation http://www.willemallan.com.br/2013/06/utilizando-django-admin-multiupload/

pythdasch commented 11 years ago

Thanks you !

I followed the second one, but I don't know how to configure the forms. I've a form template but it doesn't reach it. I created a multiupload directory and a file named "upload.html".

Do I have to do something special to reach it ?

Sorry for this kind of question, but I really don't know