emorrp1 / mintupload

Uploads files on the Internet
http://emorrp1.github.com/mintupload
6 stars 21 forks source link

folder uploading #5

Open emorrp1 opened 15 years ago

emorrp1 commented 15 years ago

use case: Joe wants to upload a whole folder, but the right click option won't appear (I think, again need to test).

emorrp1 commented 15 years ago

perhaps tar and compress, upload and uncompress, untar

emorrp1 commented 15 years ago

I've been thinking about this, and now that we have multi-upload functionality, we could just recreate the subfolder on the server, then upload every file inside the folder to achieve the same effect. It would have to be recurseable to account for folders within the selected folder. I think this would be the least disruptive way to do this, but would still be a major, non-trivial change.