WebUploadedFile.Save
From Xojo Documentation
Method
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.