|
EAUpload is an ASP.NET file upload component that provides expansive functionality for ASP.NET applications to work with uploaded files to the web server by a browser. It conforms to the specification that is defined in RFC 1867 (Form-based File Upload). EAUpload doesn't require any client side control such as ActiveX or Java applet, but if you use any client side control then EAUpload can still operate with file which was uploaded by these controls. Core of EAUpload is a EAUploadModule that handles and processes upload request to any or specified resources in ASP.NET application. Uploaded files are buffered to disk. It protects a web server from a memory leakage. EAUpload also includes a simple way to guard against denial of service attacks. It provides a possibility to limit the size of the files which can be uploaded to the web server. EUpload has many advanced features such as: large files upload (up to 4GB limited by IIS web server); multiple files upload by one request; provides detailed information about uploaded file; provides advanced upload status information; compatible with SSL (HTTPS) and any kind of authentication; custom handling of exceptions, etc. Distribution package includes many various examples written in C# and in VB.NET for Visual Studio 2003, 2005 and 2008.
PowUpload .NET: http://www.element-it.com/Download/PowUploadSetup.zip
EAUpload .NET: http://www.easyalgo.com/Downloads/EasyAlgo.EAUpload.Installer.zip |
|
MyFTPUploader is a Java applet for uploading multiple files to an FTP Server. An applet is a piece of software that runs in a web page. The uploader supports recursive folder uploads, zip, encryption and image resizing. The upload applet is secure because FTPS (explicit SSL) is supported. During upload a progress bar is shown.
MyFTPUploader: http://www.javaatwork.com/myftpuploader-free.zip
JavaPowUpload: http://www.javapowupload.com/Download/ElementIT.JavaPowUpload.zip
JavaPowUpload is easy client-side solution that can be used to perform file uploads from a user machine to the server and file downloads from server to user mashine. JavaPowUpload is a crossplatform component that runs on any OS (Windows, Linux, Mac, etc) where Java Runtime Environment is installed. JavaPowUpload supports any standard file processing script on server side. It provides many advanced features such as: Multiple file selection; Drag-n-drop files and folders; Rich progress and status information during the upload process; File filters by extension; Possibility to cancel an upload anytime; Access to files date modified, date created, date last accessed, name, size information; Upload and download mode in one component, etc. |