-8

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.

Rajesh G
  • 11
  • 3

1 Answers1

-2

Try and Use iframe and regular fileupload control to upload files asynchronously. This may solve your problem

Renuka
  • 58
  • 8