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
One thing I missed in many drive-like application is the ability to create a drop zone to allow non-unix-users to upload some files.
I don't know how we could integrate this feature. It may totaly be impossible.
But I think the idea interesting as it has been a question for me at multiple times for different projects that needed to gather archives from different sources.
It would be smoother than opening multiple WeTransfert from many people and then uploading them manualy.
But I agree this must be very dangerous in many ways.
amount of data -> but if each unix user have a limit this should be fine
viruses -> I don't know, maybe writing file and not allowing them to be executable is a little frontier. And an external user should'nt be more trustfull than a regular user.
I've already worked on a tool to achieved this in PHP but I don't remember at which stage was I...
One thing I missed in many drive-like application is the ability to create a drop zone to allow non-unix-users to upload some files.
I don't know how we could integrate this feature. It may totaly be impossible.
But I think the idea interesting as it has been a question for me at multiple times for different projects that needed to gather archives from different sources.
It would be smoother than opening multiple WeTransfert from many people and then uploading them manualy.
But I agree this must be very dangerous in many ways.
I've already worked on a tool to achieved this in PHP but I don't remember at which stage was I...
https://github.com/vincent-peugnet/droppage
The text was updated successfully, but these errors were encountered: