ASP Uploader Class Reference

AttachmentItemCollection.Add?Method?

Adds the specified filesize.

[Visual?Basic]
Public?Sub?Add( _
???ByVal filesize?As?Integer,?_
???ByVal filename?As?String,?_
???ByVal stream?As?Stream?_
)
[C#]
public?void?Add(
???int?filesize,
???string?filename,
???Stream?stream
);
Parameters
filesize
The filesize.
filename
The filename.
stream
The stream.
See Also

AttachmentItemCollection Class | CuteWebUI Namespace