NeatUpload Documentation

UploadModule Methods

The methods of the UploadModule class are listed below. For a complete list of UploadModule class members, see the UploadModule Members topic.

Public Static Methods

AppendToLog Adds a message to the IIS log file.
BindProgressState Fills in an IUploadProgressState object with the progress state for a given post-back ID and control UniqueID.
CancelPostBack Cancels the upload specified by the given post-back ID.
ConvertToUploadedFile Converts an HttpPostedFile to an UploadedFile that is associated with a particular control.
CreateUploadStorageConfig Creates and returns a new UploadStorageConfig (or subclass) for use with the current request.
GetCacheBustedPath Returns an URL that will ensure the browser retrieves the most recent version file at the specified path, by adding a '?guid=...' to the URL.
SetProcessingState Sets the processing state object associated with the current upload and given control UniqueID. The processing state object can be retrieved by passing an IUploadProgressState object to BindProgressState and then accessing ProcessingState.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

UploadModule Class | Brettle.Web.NeatUpload Namespace