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 instances of uploader #5

Open
safyrbleu opened this issue Apr 22, 2016 · 0 comments
Open

Multiple instances of uploader #5

safyrbleu opened this issue Apr 22, 2016 · 0 comments

Comments

@safyrbleu
Copy link

Hi, firstly, thank you very much for this! Works like a charm. 👍
I'm using it for image upload, I would like to be able to have multiple instances of the uploader so that the user can upload files to different albums. These albums are created dynamically.
I duplicate the upload div, increment the form and dragArea ID, set config with new ID and call initMultiUploader(config);

Logging config to console in the multiupload.js I can see that the new config is received correctly, but it doesn't seem to actually initialize with the new config as the upload for the newly added album doesn't work. It works 100% for the first album. Any hints or clues as to how I can have multiple upload areas on one page?

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

No branches or pull requests

1 participant