Upload File to Aspose Cells
Contents
[
Hide
]
Aspose Cells API: Upload File
PUT http://api.aspose.cloud/v4.0/cells/storage/file/{path}
Function Description
The uploadFile API enables developers to upload files directly to cloud storage for processing with Aspose Cells.
The request parameters of uploadFile API are
Parameter Name | Type | Path/Query String/HTTP Body | Description |
---|---|---|---|
UploadFiles | File | FormData | Upload files to cloud storage. |
path | String | Path | The destination path in the cloud storage. Specify the path where the file should be uploaded. |
storageName | String | Query | The name of the storage where the file will be uploaded. |
Response Description
{
"Name": "FilesUploadResult",
"Description": [
"File upload result"
],
"Type": "Class",
"IsAbstract": false,
"Properties": [
{
"Name": "Uploaded",
"Description": [
"List of uploaded file names"
],
"Nullable": true,
"ReadOnly": false,
"IsInherit": false,
"DataType": {
"Identifier": "Container",
"Reference": "String",
"ElementDataType": {
"Identifier": "String",
"Name": "string"
},
"Name": "container"
}
},
{
"Name": "Errors",
"Description": [
"List of errors."
],
"Nullable": true,
"ReadOnly": false,
"IsInherit": false,
"DataType": {
"Identifier": "Container",
"Reference": "Error",
"ElementDataType": {
"Identifier": "Class",
"Reference": "Error",
"Name": "class:error"
},
"Name": "container"
}
}
]
}
OpenAPI Specification
The OpenAPI Specification provides a detailed description of the API, enabling developers to perform REST interactions directly from a web browser.
Aspose Cells API SDK
Utilizing an SDK enhances development efficiency by managing low-level details, allowing developers to concentrate on project tasks. Visit the GitHub repository for a comprehensive list of Aspose.Cells Cloud SDKs.
The following code examples illustrate how to call Aspose.Cells web services using various SDKs: