|
The Uploader is an ActiveX control from the Clever Internet ActiveX Suite library.
This control is used for uploading files to the server or host.
- HTTP, HTTPS and FTP protocols
- Upload any Files
- HTTP Upload with PUT and POST requests
- FTP Upload
- Upload Files and Streams
- Additional Form Data
- Web and Proxy Authentication - Basic, Digest, NTLM, Kerberos
With Uploader you can upload any file to FTP and Web servers. You can specify the uploaing priority, login information and many more.
Uploader1.LocalFile = "c:\uploads\file.zip"
Uploader1.URL = "ftp://mysite/dir/file.zip"
Uploader1.Start |
Use the Uploader control together with Http Request to submit files to Web server by using HTTP POST request.
The Uploader ActiveX control allows sending of the HTTP POST that will be a combination of File and Form Data. This is known as a multi-part message.
You can prepare any combination of Files and Form Data by using the Http Request control and send it with Uploader to the Web server.
Please see the Demos code (SingleUploader, SubmitFile) and also the indexed Help documentation provided with the Clever Internet ActiveX Suite installation to learn more about using this control in your application.
|