MobileForms Toolkit Documentation

NetFile.Upload Method

Uploads the content of the stream into a remote location represented by remoteDir object

Overload List

Uploads the content of the stream into a remote location represented by remoteDir object

public static NetRequest Upload(NetFile,Stream,string,NetAsyncCallback,object);

Uploads the local file from local storage to a remote location represented by remoteDir object

public static NetRequest Upload(NetFile,string,NetAsyncCallback,object);

Uploads the content of the stream into a remote location represented by this object

public abstract NetRequest Upload(Stream,string,NetAsyncCallback,object);

Uploads the local file from local storage to a remote location represented by this object

public NetRequest Upload(string,NetAsyncCallback,object);

See Also

NetFile Class | Resco.Net Namespace