I use Dropzone.js to achieve the client side multiple file selection:
https://www.dropzonejs.com/
It's received on the server side as usual, since the files are uploaded
as separate requests, as if they were selected and uploaded one by one.
So it might not give you technically full HTML5 "multiple files in one
upload request" functionality, but it does achieve the desired effect
from the user's point of view, and bonus is that it requires no changes
or special processing on the server side.
Hope that helps,
Neil
On 3/3/20 9:45 AM, Ruben Safir wrote:
how did you solve this
On Sat, Oct 15, 2016 at 08:20:38AM -0700, Neil Gunton wrote:
Does anyone know if Embperl can handle multiple file uploads from
HTML5? If so, how do you process the different files on the server
side?
This works in many browsers now, so it would be nice to be able to
wean myself away from the Flash widget I'm using currently for this.
Thanks in advance for any tips...
Neil
---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscr...@perl.apache.org
For additional commands, e-mail: embperl-h...@perl.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscr...@perl.apache.org
For additional commands, e-mail: embperl-h...@perl.apache.org