Is there an alternative to AJAX Control Toolkit in regards to doing AJAX file uploads in C#? Every time I try to upload a file using the toolkit it just returns a red "(error)". I guess .NET framework 4.5 is not supported?
Asked
Active
Viewed 305 times
0
-
did you try use third-party library like https://fineuploader.com/ – Cyber Progs Jun 29 '17 at 01:35
-
I had a look at Fine Uploader earlier, but it appears that there is no support for .NET? – Kevin Key Jun 29 '17 at 01:48
1 Answers
0
I finally figured it out:
In addition to the entry under system.web in web.config that everyone mentions, I also had to add the following under system.webServer:

Kevin Key
- 37
- 4