Hello,
I'm trying to install ckfinder on my server (Win 2003 server).
I'm trying the standalone version with asp connector.
.NET 1.1 is enabled.
When trying to upload an image I get the following error, but the image is uploaded correctly. The only problem is that no thumbnails are created and a question mark is showed in place of the thumbnail.
CKFinder connector for classic ASP. The connector is in Debug Mode. In order to use the connector you'll have to set CKFinder_Debug = false. Response from the connector (including debugging messages): Response Number: 1 FileUpload_fileName: Error returned in call to Asp.Net Uploaded: False Debug Text: Error returned in call to http://mobyv02/xxxx/inc/ckfinder/core/connector/asp/loopback.aspx?tmp=radE205C.tmp&command=ValidateImage&InputImage=c%3A%5Cinetpub%5Cwwwroot%5Cxxxx%5Copen%5Fdir%5Ctesti2%2Fimages%5C191%2EGIF. (1, <h1>403 - Forbidden</h1>)
Re: [SOLVED] 403 error while uploading image in ckfinder
I had to add a value to the following row:
<add key="CKFinderTempPath" value="" />
thank you
regards