-
Notifications
You must be signed in to change notification settings - Fork 25
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
w3console: Dropped files should upload immediately #286
Comments
I was thinking we could cronch the file into a CAR on file drop, so we get the CID early, and then let the user trigger the upload manually, to reinforce the "it's your CID, you made it, we can store it for you if you want". The upload step would be faster with a pre-baked CAR... but yeah, we could also just straight upload it on drop. |
I just will forget to click it, because I would think it is already done |
I think it'd be pretty straightforward to add an |
I guess if I'm doing a form submit on a general-purpose website I agree that helps capture intent. For uploading on a file upload website, personally I think it makes the website into the tool people are seeking, moreso if the upload is immediate. Eg the tool is more ready-to-hand if the upload is automatic. |
For many cases the upload will be faster than the time it takes to focus and click the upload button.
Also the case where you want to compose an upload from multiple drops in the browser is not one we want to support. Too many edge cases.
I can see needing an undo or delete button, but that can be after mvp
The text was updated successfully, but these errors were encountered: