Cookies

This site uses cookies for functionality, traffic analysis and for targeted advertising. Click the Accept button to accept our Cookie Policy. The Cookie Policy page offers configuration for a reduced set of cookies for this site.

Comparison of File Upload Tools Available from Chestysoft

At Chestysoft we have several products that work with uploading files and this page is intended to clarify what we have and what they do. The term File Upload is ambiguous because there are two sides to an upload. An upload must be sent from the client and it must be saved on a server. Transferring files between servers can sometimes be classed as an upload. The two transfer methods that we deal with are HTTP and FTP.

Client Side ActiveX Controls for Sending an Upload

csXImage - This ActiveX control for displaying and editing images that can upload the image currently being displayed. It supports scanning through Twain so it can be used to scan images on a client and upload to a remote server. It supports HTTP and FTP.

WebTwainX - This is published by Ciansoft. It is based around the functionality of csXImage described above but has a built in user interface for scanning and uploading images from a web browser application. This built in interface means that far less client side coding is required compared with csXImage at the expense of versatility. Files are uploaded by HTTP.

All the above controls upload files singly when using HTTP, even when they are looping to upload a batch. Any server side script receiving the files receives on file at a time. They all support authentication.

The most common environment that uses the above controls are web browser applications, but they can also run in compiled form based applications, such as Visual Basic or Delphi, or even a VBA application such as Microsoft Access.

Server Side Classic ASP for Saving an Upload

csASPUpload - A classic ASP component for saving uploads sent by HTTP. It can save multiple files and read form variables. Files can be saved to disk or to a binary variable, such as a database BLOB field. Although classic ASP has been around a long time it is still widely used and it has no built in functionality of its own to save HTTP uploads.

ASP Components for Transferring Files Between Servers

csFTPQuick - An ASP component that can be used in other environments. It can send files to and from an FTP server. The ability to use this component from VBS or WSH makes it useful for running automated file transfers as part of a Scheduled Task.

csASPUpload - As well as saving files as described above, csASPUpload can POST files to another server by HTTP. If you have an old version you may need to upgrade to use this functionality.