WebUploadedFile.Save
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
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.