I am trying the ASP sample01. When I try to upload image, an XML request error comes up telling me that it is calling a file connector.php. I would suspect that to be an error, since this is an asp script, and then should call the file connector.asp instead. can I fix it somehow in a file?
BTW: I have uploaded a test page to a windows server, and then the upload function just stuck with running progressbar, after I have chosen my file.
BTW: I have uploaded a test page to a windows server, and then the upload function just stuck with running progressbar, after I have chosen my file.
Re: ASP - Image upload error
I'm having exactly the same problem. It runs a PHP script.
Re: ASP - Image upload error
I have read:
"the fckeditor create a folder called ' uploadsImag' in root directory not as subfolder of uploads. ..."
I find no such thing happening.
PLEASE HELP US
Until we are lucky somone knows the answer
Wonder if anyone knows how to turn the upload function off, so that only the properties of an imange is accessible??
Re: ASP - Image upload error
I found the solution:

I checked fckconfig.js from top, and found it was sat to PHP, så I changed it like here:
var _FileBrowserLanguage = 'asp' ; // asp | aspx | cfm | lasso | perl | php | py
var _QuickUploadLanguage = 'asp' ; // asp | aspx | cfm | lasso | perl | php | py
Then I got an error that told me what to do next here: filemanager\connectors\asp\config.asp
And then it was running
Lochness26, I hope it helps....