ok, there is no need to do it with django - everything can be done
directly in the html with usage of javascript.
just django variables should be passed to the script (in the same way
as they are used in html)
On 11 окт, 19:51, LA_ <and...@gmail.com> wrote:
> 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