ASP Uploader Class Reference

UploaderProvider.Save?Method?(Guid, String, String)

Saves the specified uploader.

[Visual?Basic]
Overridable?Overloads?Public?Sub?Save( _
???ByVal guid?As?Guid,?_
???ByVal filename?As?String,?_
???ByVal temppath?As?String?_
)
[C#]
public?virtual?void?Save(
???Guid?guid,
???string?filename,
???string?temppath
);
Parameters
guid
The GUID.
filename
The filename.
temppath
The temppath.
See Also

UploaderProvider Class | CuteWebUI Namespace | UploaderProvider.Save Overload List