Upload
4 posts tagged with "Upload"
.upload-csv
The .upload-csv action Creates a button to let users upload CSV files from their device. It belongs to the upload category within the system area.
Action Syntax
.upload-csv +imagetag
An image tag starting with +
Return Value
This function returns a
RESPONSE
value that can be stored in a variable:
$result = .upload-csv
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$response = .upload-csv %icontag
Action code: 488880301
Version: 0.6.4-3
Last updated: 2025-06-13
.upload-file
The .upload-file action Creates a button to let users upload any file from their device. It belongs to the upload category within the system area.
Action Syntax
.upload-file +imagetag
An image tag starting with +
Return Value
This function returns a
RESPONSE
value that can be stored in a variable:
$result = .upload-file
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$response = .upload-file %icontag
Action code: 3068751412
Version: 0.6.4-7
Last updated: 2025-06-13
.upload-image
The .upload-image action Creates a button to let users upload and resize images from their device. It belongs to the upload category within the system area.
Action Syntax
.upload-image +imagetag
An image tag starting with +
Return Value
This function returns a
RESPONSE
value that can be stored in a variable:
$result = .upload-image
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$response = .upload-image %icontag
Action code: 1088286670
Version: 0.6.4-3
Last updated: 2025-06-13
.upload-json
The .upload-json action Creates a button to let users upload JSON files from their device. It belongs to the upload category within the system area.
Action Syntax
.upload-json +imagetag
An image tag starting with +
Return Value
This function returns a
RESPONSE
value that can be stored in a variable:
$result = .upload-json
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$response = .upload-json %icontag
Action code: 3844103021
Version: 0.6.4-1
Last updated: 2025-06-13