FCKEditor upload tab

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