-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Have a component for file-uploading #966
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
Comments
I don't think there is a need of component for file uploading. As we have large repository of plugins for file uploading on bower/npm.. Also its user dependent, so each one can have their own taste. |
There would need to be a lot of options, like GridFS, filesystem, SQL, maybe even cloud.. |
I think GridFS is promising. For storing in filesystem, we need to take care some security measures like first storing it in a |
@chinnichaitanya do you have a proposal or PR that you would like to offer? In my personal opinion this seems a little bit out of the scope of the generator, also as @vicky-gonsalves mentioned there are so many plugins/methods that could be used to implement it; I don't feel that it would be easy to satisfy and support a majority of the users. Another idea might be to include a file uploading component via a sub-generator. @chinnichaitanya is that something you have expirence with by chance? |
@kingcody I've got some ideas for how it would be implemented. I'll PM you. |
@kingcody As of now, I don't have any PR to offer. And I didn't understand what does a sub-generator means. Can you explain me what it is ? @Awk34 Thanks for adding it to the 2.3.0 milestone. |
File Uploading is used in almost every app. So why not have a component for that ?
The text was updated successfully, but these errors were encountered: