danielm/uploader

Send all queued files to my controller action at one time

Deadpool957 opened this issue · 0 comments

I am trying to have my implementation of the plugin send all queued files to my controller action at one time. Is there an option to do this natively with this plugin?

I tried setting the queue to false, but this sends all the files in parallel, rather than as one post action.