Editor's review
This is a software module that lets user of your site the capability to upload multiple files.
If you have built, or are planning to build a site where users are expected to upload files, this module can make that process simple. Usually such interfaces let you load one file at a time so that when you have multiple files to upload, usually it is a tedious load, wait for the load to complete, then load the next one sequence of events. Java File Upload is a cross platform client-side applet that can be used in most browsers to perform multiple files uploads as well as downloads between the client machine and the server. The up/down load process can resumed from wherever it stopped due to error or break in your Internet connection or whatever.
The program works with all the popular browsers that include the IE of course; as well as Firefox, Opera, Safari and Chrome. OS versions it is compatible with are the Windows, Linux as well as Mac. Any standard file processing script, be it in PHP, ASP.NET etc works on the server side. The developers have included some really useful features such as file filters by extension and size, files accessed by date modified, date created, date last accessed, name, size information etc. file names can include Unicode characters and authentication in several modes such as Basic, Windows integrated, SSL, Proxy servers, Cookies and Session. The messages can be customized to be in local languages if you like. Nice applet that you can use in many situations for a web site.
User comments