Skip to content

Add uploadable "file" parameter #96

@bugy

Description

@bugy

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).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions