-
Notifications
You must be signed in to change notification settings - Fork 495
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 selection with custom file uploader #9
Comments
Multiple file upload isn't supported currently. I'll need to think of a solution to make it work both for file uploads and image uploads. |
voting for this functionality 👍 |
Yup, this would be super. :) |
Are there any tests around the feature as it stands? I didn't notice any. |
One more for this ! |
The file input component will have basic support for multiple files in the next release. Note that the widget has been designed as a drop in replacement for |
👍 |
Hi Jasny, Currently loving these extra components. This particular feature is incredibly important to me. Do you have anty ETA for the next version? I will most likely resolve this one myself as the code is very clean and readable (not for the image preview component though). Thank you, |
@ahurst11290 Sorry, no ETA. I'm quite busy at the moment, so I have little time to work on my open source projects. |
definitely need this functionality as well! 👍 |
I did this back in the day to show "multiple files selected". Though I created my own FileInput which inherit Jasny's FileInput and override some code in the I quickly threw together 2 versions just listening to the Version 2: http://jsfiddle.net/Lkmps8c6/ |
Thank you @ducman version 2 was exactly what I was searching for, and you gave me a great inspiration! :D |
@ducman Can you create a PR for this? |
I still think multiple file uploads should be supported. |
I would like to know if there's any plan to add all uploaded images previews (instead of just the first one)? |
@Jany-M Hi! Yes, sure, we're currently thinking of the best way to do this. Implementing multiple uload without previews was just the first step. |
Maybe generate a progressive ID for each preview "block", so that each has their own wrapped & targeted edit/remove buttons, then submit as array? |
I don't want to drive people away from this great plugin but here is another bootstrap one dealing with uploading/preview, etc. I haven't tried it yet. Sharing is caring!! Good luck. |
@ducman Yeh, thanks, it looks really good :) Currently we try to think of smth more compact, not showing preview of each image separately. |
Has this been resolved? Why is it closed? |
When multiple files are selected in the custom file chooser, only the first file is displayed as opposed to having all files comma separated in the native file chooser
The text was updated successfully, but these errors were encountered: