I am able to upload any text files, but not .jpg, .doc etc which are in binary format via http://localhost/FCKeditor/editor/filem ... test.html,. While doing it, an error occurs such;
"Microsoft VBScript runtime error '800a0005'
Invalid procedure call or argument
/FCKeditor/editor/filemanager/browser/default/connectors/asp/class_upload.asp, line 151 "
Is there anybody met this error before? I did never met any problem at the previous version. And is there anybody who has an idea about the solution?
Thanks
Wed, 04/20/2005 - 18:11
#1
RE: Image or File Upload
RC1 works fine.
RE: Image or File Upload
The solution is very easy. I had the same problem before. There is a general upload limit at your webserver. Textfiles have a low size therefor it works with text but not with pictures. When I asked my provider abaut this errer message he set the limit from 200 KB to 200 MB - That's it!
RE: Image or File Upload
i tried other standalone file uploading module and it works alright.