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.
System.Object
ElementIT.PowUpload.UploadedFile
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
The UploadedFileCollection class provides access to all the files uploaded from a client as a file collection. 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 or Dispose method.
You cannot create an UploadedFile object directly. You must obtain it by referencing an item within the Files property of an PowUpload object.
Namespace: ElementIT.PowUpload
Assembly: Element-IT.PowUpload (in Element-IT.PowUpload.dll)
UploadedFile Members | ElementIT.PowUpload Namespace