PowUpload 1.3 control documentation

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 class UploadedFile

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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.

Requirements

Namespace: ElementIT.PowUpload

Assembly: Element-IT.PowUpload (in Element-IT.PowUpload.dll)

See Also

UploadedFile Members | ElementIT.PowUpload Namespace