fileupload

File upload using Ajax – Jquery Plugin

I have already written about the Ajax file upload on this blog and found this another plug-in of Jquery for Ajax file upload. Looks like an evolved plug-in with nice demonstrations and documentation at their home page. This is called Uploadify, you can check this out at www.uploadify.com Let me just try to describe this [...]


Free FTP Clients — File Transfer

FTP stands for File Transfer Protocol which become synonymous to the action of transferring your file using FTP. People generally refer like ‘FTP this tar file to xyz public server’. As internet grown so rapid in past few years, web pages become the most popular application for the users. This promoted use of HTTP for [...]


Jquery Ajax upload with Progress bar – Spring Framework

I posted about how to limit the file size while uploading it recently. File upload can be a time taking process in following two cases: a. You are uploading a large file b. Your connection speed is slow In both cases it is good to show progress of file upload to the user as it [...]


Limiting upload file size – Spring

You might want to limit the size of file to be uploaded on your website as it eats up some of the bandwidth and this can cause problem to rest of the users of your site. Most of the time we do processing on files when they are uploaded on server and content validations has [...]