Hi,
Upload upload the file to the server at background.
And returns the GUID as the form data.
When you get the GUID , you can use the
SET mvcfile=uploader.GetUploadedFile(GUID)
to recieve the temp file
you can use mvcfile.FileName/FileSize to get the file information
and use mvcfile.FilePath to get the temp path of the server disk.
Regards,
Terry