NeatUpload Documentation

UploadedFile Class

The base class representing a file received by an IUploadModule. The file might be stored on a local disk, in a database, on a remote filesystem, or somewhere else.

For a list of all members of this type, see UploadedFile Members.

System.Object
   Brettle.Web.NeatUpload.UploadedFile
      Brettle.Web.NeatUpload.FilesystemUploadedFile
      Hitone.Web.SqlServerUploader.SqlServerUploadedFile

public abstract class UploadedFile : IDisposable

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.

Requirements

Namespace: Brettle.Web.NeatUpload

Assembly: Brettle.Web.NeatUpload (in Brettle.Web.NeatUpload.dll)

See Also

UploadedFile Members | Brettle.Web.NeatUpload Namespace