Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have developed a httphandler in my silverlight project that I use to upload files to the server. The upload works fine in IE8, IE9, and FireFox. When I use try the file upload process in Chome, it does not work. Anyone ever run into something similar? Thanks.
Posted
Comments
DaveAuld 1-May-11 4:49am    
Have you had a look at the Chrome Console to see if it is throwing any exception messages to give you a clue as to the problem?
Jan Burger 15-Apr-13 5:47am    
I have the same error and the solution does not work for me is there any other solution?

<httpRuntime maxRequestLength="1048576" requestValidationMode="2.0" />

Adding the bold section above to the web.config solved my problem.
 
Share this answer
 
<httpruntime maxrequestlength="1048576" requestvalidationmode="2.0">

Adding the bold section above to the web.config solved my problem.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900