Quantcast
Channel: AjaxControlToolkit Work Item Rss Feed
Viewing all articles
Browse latest Browse all 4356

Commented Unassigned: File Upload Control [27924]

$
0
0
Unable to upload file in the asp content page. Control shows uploading but never fires the event upload complete. I have tested on a separate page and it works perfect. Any suggestions
Comments: You should add AjaxFileUploadHandler to your Web.config file to make it work:   ``` <configuration> <system.webServer> <handlers> <add name="AjaxFileUploadHandler" verb="*" path="AjaxFileUploadHandler.axd" type="AjaxControlToolkit.AjaxFileUploadHandler, AjaxControlToolkit" /> </handlers> </system.webServer> </configuration> ```

Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>