Uploads the content of the stream into a remote location represented by remoteDir object
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);
NetFile Class | Resco.Net Namespace