hi all,
need your help to understand whether the following can be done with
django (and if can - then how).
I have items array, which contains details of files. I need to upload
them to the server (with POST request), but it supports uploading of 5
files at once only, filenames to be passed in fields file1, file2 etc.
My items array can contain much more elements (i.e. files) then 5. Is
there any way to take 5 first files from the array, send it, wait for
result, then take next 5 files, send them etc.?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to