Provides a way to access individual files that have been uploaded by a client.
For a list of all members of this type, see UploadedFile Members.
UploadedFile provides properties and methods to get information on an individual file and to read and save the file. Files are uploaded in MIME multipart/form-data format and are stored in temp folder until explicitly moved to needed folder or deleted by Destructor.
You cannot create an UploadedFile object directly. You must obtain it by referencing an item within the Item property of an UploadedFileCollection object.