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