-
Notifications
You must be signed in to change notification settings - Fork 324
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
Add support for wrapping quick uploads in a directory. #349
Comments
Ok, so I want to give a go at this one 👍 So I will try to summarize the current status:
So the following steps are needed:
I have a working implementation of this option in js-ipfs HTTP API, and I'm working on adding it to js-ipfs Core also. @lidel from an UX perspective do you think the checkbox field that @falsechicken mentioned is a good option, or could this functionality be activated by default? |
Plan A@nunofmn sounds good to me 👍 the summary and list of steps are very helpful, thanks! Plan BJust for the record, here is a backup plan, if extending API turns out to be not feasible:
Checkbox for wrapping file with directoryI think we should have an explicit checkbox on the bottom of the upload form. Reasons for preserving file name by default:
|
Implements #349 (for now only for external node)
Implements #349 (for now only for external node)
FYI this feature just landed in beta channel: v2.2.2.9320. Implementation details in PR #479. Embedded node does not support it yet, but that will be tracked in #482. |
Maybe in the form of a checkbox or something in the quick upload UI. Would be nice for my uses because if I share a file to another user using a public gateway the filename is not preserved when they try and save the file. This is a bigger problem on Windows because it relies so much on file extensions.
The text was updated successfully, but these errors were encountered: