You searched for the word(s):
Showing page 381 of 381 (3,805 total posts)
< 1 second(s)
-
Hi Diane ,
You can refer to the example following
http://www.ajaxuploader.com/Demo/Ajax-based-user-profile.aspx
example download
http://ajaxuploader.com/download/Ajax-Uploader.zip
Regards
ken
-
Hi ryanstinson,
Use custom UI button by setting the Uploader1.InsertButtonID=''AnotherButton''
then the uploader script would replace the AnotherButton.onclick=..
You can replace it by this way :
<%@ Page Language=''C#'' %>
<%@ Register TagPrefix=''CuteWebUI'' ...
-
Hi Martin,
Please set property CustomCulture to ''de-DE'' then try again
<CE:Editor ID=''c1'' runat=''server'' CustomCulture=''de-DE''></CE:Editor>
Regards,
Ken
-
HI Stebo,
Try editing applicationHost.config.
Edit %windir%\System32\inetsrv\config\applicationHost.config.
locate the ''<requestFiltering>'' section
add <requestLimits maxAllowedContentLength=''2000000000'' /> to ''<requestFiltering>'' section
note:2000000000 is 2GB
-
Hi sbhaidani,
I've reproduced this issue. We are working on the solution right now. Sorry for the inconvenience.
... 381