FCKEditor upload tab

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 лет назад
i have the same problem if anyone solve it , please tell us the steps
13 лет назад
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 лет назад
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 лет назад
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 лет назад
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.