We are trying to upload an image over an existing image and in IE 8 the upload button stops working.
Any thoughts on this?
Pd
Paul Das Client Services - ProFundCom 1 Berkeley Street London W1J 8DJ.
Hi pauldas,
Please try the way below
1. Open file "\cuteeditor_files\Dialogs\upload.php"
2. Find section below
$uploader=new PhpUploader();
3. Change it to
$uploader=new PhpUploader();$uploader->UploadType="IFrame";
Regards,
Ken