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.
Asked
Active
Viewed 111 times
-8
-
please define 'best' – Ulterior Feb 03 '15 at 22:45
-
Here, i am referring Best to the way by which 1. whole page does not get refreshed. 2. Library footprint is minimum. – Rajesh G Feb 03 '15 at 22:52
-
Why do you need a library at all? – Felix Kling Feb 03 '15 at 22:53
-
Asking for libraries is typically offtopic on SO. – NoDataDumpNoContribution Feb 18 '15 at 14:40
1 Answers
-2
Try and Use iframe and regular fileupload control to upload files asynchronously. This may solve your problem

Renuka
- 58
- 8