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 a Try/Catch block to handle the IOException in case disk is full.