=======================
A jQuery library which enables developers to export file by using jQuery. It includes 3 main features:
- Export file from the server by three ways: Normal, Progress and ProgressBar.
- Ability to calculate the elapsed time and show the progress bar(%) in ProgressBar way.
- Ability to customize onSuccessCallBack and onFailCallBack functions in ProgressBar way.
In order to use this library, you must include jQuery 1.7.2 or higher version
Tested OK on almost all browsers such as IE7+, Opera, Firefox, Google Chrome, Safari
Here's example code:
<script src="/Scripts/jquery-1.7.2.min.js"></script>
<script src="/Scripts/jquery-unified-export-file-1.0.min.js"></script>
<script type="text/javascript">
$(function () {
$.UnifiedExportFile({ action: '/', data: { IsExportExcel: true }, downloadType: 'Progress', ajaxLoadingSelector: '#loading' });
});
</script>
In order to know the further details, please go to the web address (https://exportfilebyjqueryaspnet.codeplex.com/) and (https://jqueryunifiedexportfile.codeplex.com/)