NeatUpload Documentation

UploadedFile.CreateStream Method 

Creates a Stream to which the IUploadModule can write the file as it is received.

public abstract Stream CreateStream();

Return Value

A Stream.

See Also

UploadedFile Class | Brettle.Web.NeatUpload Namespace