FCKEditor upload tab

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 13 ans
i have the same problem if anyone solve it , please tell us the steps
Il y a 13 ans
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? ;)
Il y a 13 ans
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.
:)
Il y a 12 ans
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.
Il y a 12 ans
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.