Hi all,
I am trying to implement multiple file upload with jquery blueimp file uploader plugin and knockout js. Can anyone provide with some examples of how this plugin can be integrated with knockout.js.
I am trying to achieve the following functionality.
-->User can able to upload max 5 files and file size should be less than 2MB.
--> When user selects a file by clicking the browse button the file should appear with a cross mark on UI, so that user will be able to remove the file if he dont want to upload the file.
-->All the files will be saved to database when user clicks on some button(say Submit)
-->Once the submit is done user will be able to download the file from database on click of file link.
-->After submission of files if user wants to add new file to the list or he wants to remove the existing file from the list he should be able to do the same.
Thanks,
Praveen.