-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to upload multiple files ? #31
Comments
I am having a similar issue. I see multiple files in preview, but only one file is sent in post data. |
Any suggestions for this issue? |
I am having the same issue. Does anybody found any solution? |
I ended up using a different library as I was never able to resolve the issue. |
@keanesf what library you used instead? |
Hello, boys, First step - Replace HTML:
Second step - Replace JS (pekeUpload.js v2.0): Line 103: And new Line 103:
And that's it It works with both: Lots of fun |
But v2.1.1 version, I replace the line 60
by
Thanks @ronjordan |
With this script i can't upload multiple files.
I added input like this:
<input id="file" type="file" name="file" multiple/>
but even if i choose multiple files, the preview shows me only one and in php i get only one file with $_FILES['file']
Maybe i don't understand the script or i miss something. Please, help me.
The text was updated successfully, but these errors were encountered: