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, string temppath ) |
Visual Basic |
---|
Public Sub Upload ( _ filesize As Integer, _ filename As String, _ temppath As String _ ) |
Visual C++ |
---|
public: void Upload( int filesize, String^ filename, String^ temppath ) |
Parameters
- filesize
- Type: System..::..Int32
The filesize.
- filename
- Type: System..::..String
The filename.
- temppath
- Type: System..::..String
The temppath.