FCKEditor upload tab

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 anni tempo fa
i have the same problem if anyone solve it , please tell us the steps
13 anni tempo fa
zar wrote:
Hello,
I can't upload pictures to server within FCKeditor.
I get HttpUnhandledException "Using themed css files requires a header control on the page" at ~/editors/fckeditor/editor/filemanager/connectors/aspx/upload.aspx?type=image

A little help on this? ;)
13 anni tempo fa
I found a workaround!
The upload mechanism inside the "Upload" tab on "Image Properties" seems buggy but if I use "Browse server" in the 1st tab I'm able to upload a picture.
:)
12 anni tempo fa
From another post i understood that the trick is this:

everybody ,  Actually seemed to i have resolved the problem by
add  code  as below to the "editors\fckeditor\editor\filemanager\connectors\aspx\upload.aspx"

<head runat="server">
    <title></title>
</head>

It worked for me.
12 anni tempo fa
Thank you TJERK your solution worked for me too.

Thankx again.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.