|
Search
You searched for the word(s):
Showing page 9 of 231 (2,301 total posts)
< 1 second(s)
-
Hi, Editor can work while the ViewSate is disabled. Just try it . Regards,Terry
-
Hi, The load.ashx will check the request headers If the header 'if-modified-since' is found , the load.ashx will return http status 304 And that not works for some cases. The CuteEditorIgnore304 setting just disable to check the header 'if-modified-since' So load.ashx will not return the 304 , and also will not ...
-
Hi, Yes, the code have something wrong for load balancing. Please add this to web.config to fix it as a temp solution: <appSettings> <add key=''CuteEditorIgnore304'' value=''True'' /></appSettings> (The version we updated it 3 dyas ago) Regards, Terry
-
Hi, The problem is that , the <form> 's action is empty : <form action='''' ....> try rename it to Page1.aspx If Page1.aspx works , we will improve the logic that when the form's action is empty. Regards,
Terry
-
Hello, Can you try the last version? I can't reproduce your issue. Regards,
Terry
-
Hi, Please add this code to your page or control
protected override void OnLoad(EventArgs e)
{
base.OnLoad(e); Page.Error += delegate
{
Response.ContentType = ...
-
Hi, I guess some thing try to redirect the page for some reason. If so , the POST will change to GET Maybe you can always set a label's text in Page_Load for debugging : label1.Text=this.IsPostBack.ToString()+'':''+Request.HttpMethod; if you do a post , but the HttpMethod is GET , that means a server unknown ...
-
Hi, Please check this topic to customize the table. http://ajaxuploader.com/document/scr/create-custom-queue-table.htm in handlequeueui event , return false will hide the default table. Regards,
Terry
-
Hi, I suggest you use cookie to pass the value. We will improve this part in the future. the more advanced way is using JavaScript , get the uploader object , and use uploader.SetClientData(''yourdata''); at server handler code for validation, you can use $_POST[''_AjaxUploaderClientData_''] to get that ...
-
Hi, Please download the last version. open the include_phpuploader.php , change this line $PhpUploader_FSEncoding=''ISO-8859-1//TRANSLIT''; to $PhpUploader_FSEncoding=''ISO-8859-6//TRANSLIT''; Regards,Terry
... 9 ...
|
|
|