I am creating a asp.net MVC web application where i need to implement a artwork file uploader control. What is best AJAX driven file uploader library that is best fit for MVC architecture ? jQuery & Bootstrap are in place already.
Try and Use iframe and regular fileupload control to upload files asynchronously. This may solve your problem