This component is part of the IP Works Enterprise ASP.NET Component Library.
The WebUpload component is used to upload files to RFC1867-compliant web servers.
NOTE: What follows is a very short description of the component interfaces. For more information, please consult the help files that come with the respective package.
Remarks
To use the component as a file upload client, provide the file names (paths) in the FileNames property and optional form variables in FormVarNames and FormVarValues properties. Then, set the URL property to the address of the page or script that accepts the files, and call the Upload method. Alternatively you can call the UploadTo method with URL as a parameter.
The UploadProgress event is fired during upload which shows the progress of the upload. The Transfer event shows the server response (normally an HTML page).
More Information: http://www.nsoftware.com/products/component/webupload.aspx |