Site Map Email Us Home
 
All Products
Clever Internet Suite
Clever Internet .NET Suite
Clever Internet ActiveX Suite
Clever Keyboard Indicator
Database Comparer
Database Comparer VCL
Database Comparer ActiveX
Interbase DataPump
Subscribe and receive email notifications on all major releases and other important events.
Your Name:
Your Email:
 

Best Offer for Delphi / C++ Builder Developers

 

Buy FIBPlus at discount price !

 
 
Products Articles Downloads Order Support
Components  | Online Demo  | Download  | Order  | History 
 

Multi Uploader

Features  | Detailed Description 
 

The Multi Uploader is an ActiveX control from the Clever Internet ActiveX Suite library.
This is an Upload Manager control which helps you upload files to your server or host.

Features:

  • HTTP, HTTPS and FTP protocols
  • Upload any Files
  • Recursive Folder Upload
  • HTTP Upload with PUT and POST requests
  • Filter by File Type
  • Additional Form Data
  • Web and Proxy Authentication - Basic, Digest, NTLM, Kerberos

Upload Files in just few lines of code

With Multi Uploader control you can upload any file separately as well as upload entire folder recursively to the server. You can specify the uploading order, the number of simultaneously opened connections and also set up each upload item from the Upload List. You can specify the uploading priority, login information and many more.

Set UploadItem = MultiUploader.UploadList.Add
UploadItem.LocalFile = "c:\uploads\file.zip"
UploadItem.URL = "ftp://mysite/dir/file.zip"

MultiUploader.Start SelectedItem, True

MultiUploader.Publish "c:\uploads\", "ftp://mysite/dir/", True

Uploading certain files from a folder based on your criteria

By using the Multi Uploader control you can upload only Files matched your File Mask and having the specified File Attributes. You can specify high and low bounds of the File Size range where the specified file will be uploaded.

HTTP POST to CGI, ASP.NET and Java servlet

Use the Multi Uploader control together with Http Request to submit files to Web server by using HTTP POST request.

Additional Form Data

The Multi Uploader ActiveX control allows sending 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 component and send it with Multi Uploader to the Web server.

Samples in VB, C++, C# and VB.NET

Please see the Demos code (MultiUploader, PublishFtpDir) and also the indexed Help documentation provided with the Clever Internet ActiveX Suite installation to learn more about using this control in your application.

Interested?

 
Home  | Site Map  | Products  | Articles  | Downloads  | Order  | Support
 
    Copyright © 2000-2007