-
-
Notifications
You must be signed in to change notification settings - Fork 272
Closed
Description
User should be able to upload a file and pass it to a script as a path parameter. For the initial implementation, path should always be a full path to the file on a server after upload.
Files should be uploaded with the same names (replacing special OS symbols if needed) and overwrite existing files by default. There should be an option to disable overwrite, in this case script-server should add unique prefix (e.g. file-1.txt, file-2.txt, etc.)
By default a file shouldn't be larger than 10Mb. This option should be configurable
Uploadable files should be put in temp folder for the user and cleaned time to time (like downloadable files).
csphoenix1