|
Search
You searched for the word(s): error
Showing page 8 of 969 (9,685 total posts)
< 1 second(s)
-
HI rathiDigimagic,
Do you get this error with speical file/size/extension? Or it is a randomly problem?
Please set UploadType to iframe and set UploaderDebug to 1 then try again. what error message you get form the debug window?
<CuteWebUI:UploadAttachments ID="uploader1" ...
-
Hi Pbanerji, Is your site online? If so, can you post the uploader page url here? So we can check it for you. Please try use IFrame upload mode, it should shows you move detail about the error. <CuteWebUI:UploadAttachments ID=''uploader1'' runat=''server'' UploadType=''IFrame''> ...
-
hi RonR, Please try the example below. Upload a large file to fire the error. <%@ Page Language=''C#'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''>
<script runat=''server''>
protected void b1_Click(object sender, ...
-
Dear casso,
If you set MaxHTMLLength, all editors will return same error message, if you want to have different error message, you need have some customization, you can refer to the following snippet:
<%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>
<%@ Page language=''c#'' ...
-
If you see the error message above, it means that you installed the latest version of the Framework ASP.NET1.1. Now ASP.NET 1.1 adds protection when you post HTML code and CuteEditor does that of course so here comes the error message, no harm just a warning.
To prevent this message from appearing again, you need to set ...
-
Hi Adam & Lijian,
Thank you so much for the point out. It was the Norton AV script block that caused the problem. I tested on three computers and the results are follow:
1. Norton AV installed, script block on = can't work
2. Norton AV installed, script block off = can't work
3. Norton AV not installed = works normally. However, sometime ...
-
Hi Adam,
I determined that it had nothing to do with the master page.
I created a new project with a master page and was not getting the error.
Then I noticed that the error was occuring in a Default.aspx page but Default.aspx was not in the url.
When I added Default.aspx to the url the error did not occur.
One other ...
-
Hi Adam, thanks for the quick reply 1. We're using CuteEditor for .net6 for Framework 1.x
2. I can't reproduce the error on the link you've provided 3. The detailed error message is as follow:
An error has occurred on the script of this page Line: 2
Char: 1Error: Syntax Error
Code: 0URL: ...
-
As I have not been able to reproduce the error myself, I am not 100% sure on when this error is occuring.
From an email from a user who did the error, it appears as though the message popped up after they had selected the files they wanted to upload.
Sorry I can't provide any further details, but if it does happen, I will pass on ...
-
I just simplely create an New web site
Then make sure the website references AJAX Extensions.(System.Web.Extensions and System.Web.Extensions.Design),
and place CuteEditor component into the website Bin.
Then design the HTML and codes.
Run the program and click the Button.
After click, the system will comes up the AJAX error ...
... 8 ...
|
|
|