Called when a byte-array is about to be uploaded.
Called when a byte-array is about to be uploaded.
protected bool OnUploading(byte[],string,bool);
Called when a stream is about to be uploaded.
protected bool OnUploading(Stream,string,bool);
Called when a file is about to be uploaded.
protected bool OnUploading(string,string,bool);