







Gets called when data is streamed/uploaded from client. This method should take care of
any uploaded files and move them to the correct location.
Namespace:
Moxiecode.Manager
Assembly:
MCManager (in MCManager.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public virtual Object OnUpload( ManagerEngine man, string cmd, NameValueCollection input ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Function OnUpload ( _ man As ManagerEngine, _ cmd As String, _ input As NameValueCollection _ ) As Object |
| Visual C++ |
|---|
public: virtual Object^ OnUpload( ManagerEngine^ man, String^ cmd, NameValueCollection^ input ) |
Parameters
- man
- Type: Moxiecode.Manager..::.ManagerEngine
ManagerEngine reference that the plugin is assigned to.
- cmd
- Type: System..::.String
Upload command that is to be performed.
- input
- Type: System.Collections.Specialized..::.NameValueCollection
Array of input arguments.
