You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: