file.saveSingleUploadFile
The saveSingleUploadFile function is used to save an uploaded file to a specified file path within the storage.
Sample
file.saveSingleUploadFile("myFile");
API
| Calling | Returning |
|---|---|
file. saveSingleUploadFile ( path ) |
void |
| Parameters | Type | Description |
|---|---|---|
path |
String |
A relative file path to the storage folder. |