# Upload file Uploads a file to the specified location. Endpoint: POST /ioutils/fileupload Version: 6.6.1 Security: ZelID ## Query parameters: - `type` (string, required) Type of upload (backup or volume) Example: "volume" - `appname` (string, required) Name of the application Example: "FoldingAtRunOnFlux11" - `component` (string, required) Component of application Example: "FoldingAtHome" - `folder` (string) Full path inside volume to the folder Example: "ddd/ccc" - `filename` (string) Name of the file to be uploaded. If not provided, the file will be uploaded with its original name. Example: "FoldingAtHome.gzip" ## Request fields (multipart/form-data): - `file` (string)