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

Feature Request: Simple File Uploads #247

Closed
stevelittlefish opened this issue Oct 25, 2017 · 6 comments
Closed

Feature Request: Simple File Uploads #247

stevelittlefish opened this issue Oct 25, 2017 · 6 comments
Assignees
Milestone

Comments

@stevelittlefish
Copy link

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.

@psolom
Copy link
Owner

psolom commented Oct 25, 2017

Have you tried to set upload.multiple value to false in your "filemanager.config.json"? I think that is what you are looking for.

@stevelittlefish
Copy link
Author

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?

@psolom
Copy link
Owner

psolom commented Oct 26, 2017

Yeah, this may be the case. It really looks like redundant step. I will think of your suggestion.

@psolom psolom added this to the 2.6.3 milestone Oct 29, 2017
@psolom psolom self-assigned this Oct 29, 2017
@psolom
Copy link
Owner

psolom commented Oct 29, 2017

I removed all redundant steps and elements. Check the last commit out and let me know whether this what you expected. Thanks.

@psolom
Copy link
Owner

psolom commented Nov 2, 2017

Released in v2.6.3

@psolom psolom closed this as completed Nov 2, 2017
@stevelittlefish
Copy link
Author

This is absolutely perfect. Thanks so much for your help - I appreciate it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants