====== AJAX-like jQuery File Download ====== jQuery File Download is a file downloader plugin that make the downlaod look like ajax. The way it does the download is to use a hidden html iframe + server edit cookie to signal the front end the download it completed. It is developed by johnculviner.com. Here we only covered what I would like to be covered. For more details, always go to the offical site [[https://github.com/johnculviner/jquery.fileDownload]]. ===== Install ===== Go to [[https://github.com/johnculviner/jquery.fileDownload]] to download the javascript file for the plugin. This plugin need Jquery version 1.6+. * Copy the js into your project * Include the jQuery 1.6+ and the jquery.fileDownload plugin into your html file. Order matters. ===== Client Side ===== Assume we have a ''