WebUploadedFile.Data
From Xojo Documentation
Read-Only Property (As String )
The contents of the file.
Notes
If the file exists on disk, accessing this property loads the file into memory.
If the file does not exist on disk, then this property contains the file data which can be then written out to disk using a BinaryStream.