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

[Enhancement] Allow to customize FileUpload UI #824

Closed
ammar91 opened this issue Aug 31, 2016 · 1 comment
Closed

[Enhancement] Allow to customize FileUpload UI #824

ammar91 opened this issue Aug 31, 2016 · 1 comment
Assignees
Labels
Type: New Feature Issue contains a new feature or new component request
Milestone

Comments

@ammar91
Copy link

ammar91 commented Aug 31, 2016

Currently there is a fixed template of FileUpload component. It would be great if there is a way to customize ui even more simpler. Like in my case, I just want to have one single button, when click it let me pick the file/files and as soon as the file picked, upload start immediately.

@cagataycivici cagataycivici added the Type: New Feature Issue contains a new feature or new component request label Sep 2, 2016
@cagataycivici cagataycivici added this to the 1.0.0-beta.15 milestone Sep 2, 2016
@cagataycivici cagataycivici self-assigned this Sep 2, 2016
@ammar91
Copy link
Author

ammar91 commented Sep 8, 2016

@cagataycivici Thanks for adding a way to customize UI. However, I'm still looking for something really simple.

As I mentioned, I would like to have single button with auto upload support which is now working as intended. But wonder if I can hide upload and cancel button. Also, in my case I don't want to show File List UI, so I want to hide this as well.

Basically, if we could switch between Basic and Advance UI, that would be great. Something like this https://blueimp.github.io/jQuery-File-Upload/basic-plus.html , but again, the File List UI should be optional so one can hide it easily if not needed.

And finally, there should a Label property to change the default text "Choose" of file selection input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: New Feature Issue contains a new feature or new component request
Projects
None yet
Development

No branches or pull requests

2 participants