I´m having a multiple upload and I´m using:
for file in request.FILES.getlist('imageupload_file'):
...

Am 07.07.2006 um 11:50 schrieb spako:

>
> hi
>
> i'm building a site with which will let the public upload files (after
> registration) to the site. i'm going to use flash to upload the files
> since the files will be large and with the new flash you can see the
> progress of an upload.
>
> the uploader is in a view i have built. i'm expecting the upload to
> appear in request.FILES but that does not happen and an error occurs,
> is there something that needs to be set to allow this to happen? extra
> cookie info that needs to be sent maybe?
>
> i've tested the uploader with a php script so there's not a problem
> with the mechinism.
>
>
> >








--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to