I hope that i can explain with my bad english...
I've installed CKFinder for ASP and it run normally, but when i try to upload a file, he prompt me a popup message "undefined" and don't upload the thumb but only the original file.
The asp.net is configured on the server, in the folder "windows\temp" i've assigned the full control to everyone, what else i must do...?
Tue, 03/11/2008 - 10:15
#1
Re: CKFinder - Problem with upload
I think that the new release of CKFinder 1.2 will be soon. It does have several fixes to the asp code, and include better debugging (no more "undefined")
Meanwhile, you can try to follow the previous posts:
this one explains how to fix the call to the connector if your server is configured for asp.net 1.1 viewtopic.php?f=10&t=8313#p21755
If your server is running the asp.net code in medium trust, then it will fail to generate the thumbnails, no matter the permissions of the temp folder, the new code allows an option to avoid the problem.
Regards
Re: CKFinder - Problem with upload
The problem was that i had configured the domain for the test into file "host" on my pc...but this domain must be added also in the file "host" on the server...now seem to work correctly!
Re: CKFinder - Problem with upload