T
T
terkin2013-01-21 19:33:19
JavaScript
terkin, 2013-01-21 19:33:19

Plupload is it possible to upload files asynchronously?

I use this script to upload images, everything works fine, but the files are uploaded one by one, is it possible to do parallel upload of several files at once? I didn't find anything in the official documentation or on the forums.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
demimurych, 2013-01-21
@demimurych

If you are talking about whether there is such an opportunity by default, then it is not there.
If you have enough skills in js programming, you can implement it.

K
Kakysha, 2013-01-22
@kakysha

No. Probably due to many factors. If only because of the support of almost all possible upload methods, not all of which support xmlhttprequest / multiupload at all

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question