Skip to content
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

Multiple file upload with the Dropzone component #74

Open
ubuntolog opened this issue Mar 29, 2017 · 0 comments
Open

Multiple file upload with the Dropzone component #74

ubuntolog opened this issue Mar 29, 2017 · 0 comments
Milestone

Comments

@ubuntolog
Copy link
Contributor

There is a problem with the file queue processing in the Dropzone component. By default it uploads multiple files in chunks consisting of two files (the size can be changed, but the problem will still exist). If your Dockerfile is not in the first chunk, the backend immediately throws an exception by saying that Dockerfile is missing (which is not true, since it will be coming in one of the next chunks). The problem was detected while trying to upload 29 files. Current solution is to set "parallelUploads" attribute in Files.jsx to be 999.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants