SMERM / EMUForm

Form for EMUFest submissions
GNU General Public License v2.0
1 stars 1 forks source link

add uploading of directories #3

Closed nicb closed 8 years ago

nicb commented 8 years ago

directories should be uploaded as such, or perhaps zipped and then uploaded?

grammaton commented 8 years ago

Not zipped. Uncompressed folders are readable from web and mobile devices.

nicb commented 8 years ago

Is this a feature or rather a security hazard?

grammaton commented 8 years ago

When multiple files are zipped and upload as big-one there are more possibilities to fail. On multiple file uploader like one we are testing, each file have proper upload time and a possible failure story.

nicb commented 8 years ago

Yes. You are right. We keep it this way. Starting to work on it on my branch now.

nicb commented 8 years ago

Ok. Done it this way. As of now there's no way to upload a tree, just a flat hierarchy of files. Closing this issue.