Use server file to simulate file uploading and uploaded event.
This method affects all child types.
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public void Upload( int filesize, string filename, Stream stream ) |
| Visual Basic |
|---|
Public Sub Upload ( _ filesize As Integer, _ filename As String, _ stream As Stream _ ) |
| Visual C++ |
|---|
public: void Upload( int filesize, String^ filename, Stream^ stream ) |
Parameters
- filesize
- Type: System..::..Int32
The filesize.
- filename
- Type: System..::..String
The filename.
- stream
- Type: System.IO..::..Stream
The stream.