Hello guys,
I have a problem with ajaxFileUpload ,
I use below codes to add an ajaxFileUpload in my project, but ajaxFileUpload_uploadComplete never firing and i got
this error
" The data does not correspond to valid JSON. Parameter name: data"
Default.aspx :
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
<div align="cente ...
Go to the complete details ...