I tried to upload an image file (.jpg) using the CE image upload
The error msg is as followed:
Microsoft VBScript runtime (0x800A0005)
Invalid procedure call or argument
/editor2/CuteEditor_Files/include_upload.asp
I am using CE in my asp 3.0 application.
I have added in the Session.CodePage=65001 in my application.
After i comment out the Session.CodePage, the file upload is working again.
Is there any settings i missed out to make CE Work with Session.CodePage 65001?
Thanks,
John