WebUploadedFile.Save

From Xojo Documentation

Method

WebUploadedFile.Save(Destination As FolderItem)

Supported for all project types and targets.

Saves the uploaded file out to a permanent location. Internally uses BinaryStream, so this can cause an IOException. Be sure to use try/catch block to handle the exception in case disk is full.

See Also

FolderItem