Problem with image upload

  •  03-19-2007, 9:27 PM

    Problem with image upload

    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 have added in <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> on the top of filePost.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
View Complete Thread