Hi,
I wanted to create a progress bar with the jquery modal when it's downloading. How I can do it in jquery / Ajax ?
I was trying with this http://johnculviner.com/post/2012/03/22/Ajax-like-feature-rich-file-downloads-with-jQuery-File-Download.aspx , but not working.
The code for the download link :
<a class="download" href="${cmd.fileUrl}"><span>CSV</span></a>
It's using url to download the file.
Anyone can help ?