-
Notifications
You must be signed in to change notification settings - Fork 84
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
Upload mutiple files? #88
Comments
I posted an answer on that StackOverflow question. However, this seems like a reasonable feature to add, and it wouldn't be too hard. Here's how I'd do it (all changes in client.js):
|
Oh, and then the answer would be adding a listener on the "choose" event in userland, which would now have access to the file metadata and can add information based on the element the input came from. In terms of saving the files in different directories, no, that's not going to be possible right now. However, if you add the information you want to the file.meta, you can just move the files on the server after they are finished uploading. |
If you want to make a PR, I'll be happy to review it for you. |
I wasn't expecting @sffc would reply within a day! 😎 |
Is there any way to upload multiple files in a single go and
save them in different directories using supplied metadata?
Referenced some useful link/s here:
The text was updated successfully, but these errors were encountered: