-
Notifications
You must be signed in to change notification settings - Fork 251
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
Feature Request: Simple File Uploads #247
Comments
Have you tried to set |
I hadn't tried that, and it's very close to how I'd like it to work. I still think this is a little bit confusing though. At the moment you have to press the '+' button to select a file, which opens the file browser, and then you have to click upload. It would be a lot better if the '+' button and filename field were not there, and you just pressed upload to open the file picker. Then, after selecting a file it could just automatically upload. Does that make sense? |
Yeah, this may be the case. It really looks like redundant step. I will think of your suggestion. |
I removed all redundant steps and elements. Check the last commit out and let me know whether this what you expected. Thanks. |
Released in v2.6.3 |
This is absolutely perfect. Thanks so much for your help - I appreciate it! |
Something that would be useful, and I don't know how much effort this would be to do, would be if there was a configuration option to simplify the upload feature. At the moment, when I click upload, a window pops up with some buttons and a target to drop files. To open a file browser I then click on the window, select my files and click "ok". After that I must click "upload" to upload the files.
Would it be possible to add a simple upload mode, where clicking "upload" takes you straight to the file browser, and then when you click "ok" it uploads the file? The upload feature is the main thing that causes confusion amongst my users, and normally they only want to upload a single file anyway.
The text was updated successfully, but these errors were encountered: