You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's to do with uploading Whole Folders.
As you can see in the screenshots, it is possible with Send if you drag-and-drop the folder into the web interface.
But the problem with this is there are some people who just would not inherently know how to do this 😒 WeTransfer makes it very easy by having a separate button Or select a folder (in the 2nd screenshot) which lets the user 🥁 select_a_folder 😲. The folder-picker-popup then allows the user to double-click into folders, and when they've chosen the one they keep that one selected and then select Upload on the folder-picker-popup.
If I'm not mistaken, currently on Send it looks like the + button and the Select files to upload button function as the same thing, so perhaps one of them can be removed/changed to make space for the Select a folder button?
I also asked ChatGTP and it said this: To implement a folder picker functionality on your website, you would need to use the HTML element with the directory attribute. However, it's important to note that the directory picker feature is currently only supported in certain browsers like Chrome and Edge, and its behavior may vary across different operating systems.
Here's how you can create a folder picker input in HTML:
I'd appreciate it if you could give me a rough estimation of when it might be likely this feature will be added in if you choose to do so, or an explanation of why it won't be added,
Please let me know if there is a more formal way to request features or if there is any other info you'd need from me.
Thanks in advance 🤗
Send - Drag-and-drop folder into Web UI
WeTransfer - Folder-picker-popup
The text was updated successfully, but these errors were encountered:
Hi team, great piece of software btw! 🫡🙌
I have a feature request please:
It's to do with uploading Whole Folders.
As you can see in the screenshots, it is possible with Send if you drag-and-drop the folder into the web interface.
But the problem with this is there are some people who just would not inherently know how to do this 😒
WeTransfer makes it very easy by having a separate button
Or select a folder
(in the 2nd screenshot) which lets the user 🥁 select_a_folder 😲. The folder-picker-popup then allows the user to double-click into folders, and when they've chosen the one they keep that one selected and then selectUpload
on the folder-picker-popup.If I'm not mistaken, currently on Send it looks like the
+
button and theSelect files to upload
button function as the same thing, so perhaps one of them can be removed/changed to make space for theSelect a folder
button?I think this might help:
https://developer.mozilla.org/en-US/docs/Web/API/Window/showDirectoryPicker
I also asked ChatGTP and it said this:
To implement a folder picker functionality on your website, you would need to use the HTML element with the directory attribute. However, it's important to note that the directory picker feature is currently only supported in certain browsers like Chrome and Edge, and its behavior may vary across different operating systems.
Here's how you can create a folder picker input in HTML:
I'd appreciate it if you could give me a rough estimation of when it might be likely this feature will be added in if you choose to do so, or an explanation of why it won't be added,
Please let me know if there is a more formal way to request features or if there is any other info you'd need from me.
Thanks in advance 🤗
Send - Drag-and-drop folder into Web UI
WeTransfer - Folder-picker-popup
The text was updated successfully, but these errors were encountered: