0

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?

Kevin Key
  • 37
  • 4

1 Answers1

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