Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Form integrated uploader skip files #190

Open
Aphyxia opened this issue Apr 11, 2017 · 1 comment
Open

Form integrated uploader skip files #190

Aphyxia opened this issue Apr 11, 2017 · 1 comment

Comments

@Aphyxia
Copy link

Aphyxia commented Apr 11, 2017

Without the form option everything works fine.

With the form option, the items are no longer automatically uploaded and I force them with
onChange: function( filename, extension, uploadBtn, fileSize, file ){ this.submit(); },

This is the problem I face now:
I have 4 pdf test files and a file uploader with multiple selections possible.

  1. On first run I select to upload file 1 and 2, in this order, together. Only file 2 gets uploaded.
  2. After that I upload file 3 and file 4, in this order, together. Now file 1 and file 4 get uploaded.
    So - file 1 somehow got uploaded later when I selected other files entirely, and this time file 3 was skipped.

My end goal:
User can upload files which are immediately uploaded and are also to be submitted with the form.
To this end form integration is not strictly needed but I would still like to know why this doesn't work.

The backend PHP is pretty much the one from the repository.

@a233894432
Copy link

I also encountered this problem, how do you solve it?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants