Hello,
first:
Sorry for my bad English, i try my best that you can read what i type
I have a problem using the Imageupload thing.
I can upload pictures and stuff but when I select a picture via the filebrowser the correct URL is in the textbox but there is no preview.
When I hit the button “restore size” (I hope it will be the English translation) next to the width/ height textboxes the preview is there and I can insert the image.
But only if I do that, if I don’t do I cant insert the image.
The width/ height textboxes are “0” till I press this button.
Iam using FCK 2,4 .net in MS ASP.net 2.0
Thanks for reading and help
Wed, 02/21/2007 - 07:45
#1
RE: cant see image preview?!
Got it

editor/dialog/fck_image/fck_image_preview.html
on line 55
<img id="imgPreview" onload="window.parent.UpdateOriginal();" style="display: none" /></a>
remove
onload="window.parent.UpdateOriginal();"
and it works fine