🧡 Skip to main content🔍 Skip to search

The Upload File to Website Action sends local files to websites, APIs, cloud services, or remote systems and makes the returned server response available for later workflow steps. Use these variables to inspect upload results, validate request success, read response details, or pass returned values to subsequent Actions.

Variable Wizard provides quick access to upload responses, HTTP status codes, headers, cookies, remote address details, and request timing information. Request and response headers can use predefined presets or fully customized header names depending on the upload requirements of the target website or API.

VariableDetails
Response Contains the response body returned by the server after the upload request is completed. Depending on the target website or API, the returned value may include upload confirmations, processing results, JSON responses, generated identifiers, or remote file locations.
Examples:
  • File uploaded successfully.
  • { "upload":"completed","file_id":"8821" }
  • https://example.com/files/2026_jan.xlsx
Status codeReturns the status code received after the Upload File to Website Action request is processed. Use this value for simple comparisons in Compare Action. Quickly detect successful uploads, resource creation, authorization failures, or upload size limitations.
Examples:
  • 200
  • 201
  • 413
More…Additional variables provide extended request and response details for the Upload File to Website Action. Use them to validate upload communication, analyze metadata, monitor redirects, and troubleshoot file transfer issues.
  • Response headers · access headers returned by the server, using presets or custom header names.
  • Request headers · access headers sent with the request, using presets or custom header names.
  • Received cookies · view cookies returned by the server.
  • Sent cookies · view cookies included with the request.
  • Remote endpoint · access the resolved server IP address, port, or combined endpoint used for the connection.
  • URL · access the original Request URL and the Final URL reached after redirects or URL changes.
  • Files · access the full path, folder path, or filename.ext value when response data is saved as a file.
  • Timing · view request timing, duration, and communication performance details.

Use these values to troubleshoot uploads, validate server responses, analyze transfer metadata, and build advanced automated file transfer workflows.
Adjust*Streamline creation of Task workflows even further—instantly make quick variable adjustments such as in-place text replacement (all, first, or last), ensuring (starts, ends, or does not), trimming (whitespaces, quotes, etc.), or changing capitalization. Chain multiple adjustments. Optionally, set a different display name.

Automatic list processing…

The Upload File to Website variables returned as lists (even multi-level) can be automatically processed in further Actions. Use the For Each Action to parse a given text string (any list variable) and sequentially retrieve its elements one by one · see list processing examples. Or, use the Split Text and Lookup Text Actions to access list elements by their indices.

The art of automation. A 90-second journey.

Need a helping hand?

If you have any questions, please do not hesitate to contact our support team.