I receive the following error when trying to upload a file:
Microsoft VBScript runtime error '800a0005'
Invalid procedure call or argument
/CuteEditor_Files/Dialogs/include_upload.asp, line 126
The support wrote me....
the server is Hebrew, the support says:If your site is not running US / English Web server environment, there is a conflict with the default ASP codepage / charset (1253). The codepage setting affects the way each char is interpreted when it is in the upload stream.
Step 1: Find the appropriate lcid and Codepage
Step 2: And add the following code to filepost.asp page:
session.lcid = 1033
session.codepage = XXXX (where XXXX is the appropriate CodePage)
how do i the appropriate lcid and Codepage??
I have tried with 1252/1253 and it's not workig.....
please advise.
Thanks
Eitan