Hi,
Using CKFinder demo version. I need to save the uploaded image in outside of my application. Is it possible??
Please reply ASAP.
regards,
Murali Krishna
Using CKFinder demo version. I need to save the uploaded image in outside of my application. Is it possible??
Please reply ASAP.
regards,
Murali Krishna

Re: Save image outside webapp in ASP
Re: Save image outside webapp in ASP
Re: Save image outside webapp in ASP
Re: Save image outside webapp in ASP
http://www.myevals.net/ckfinder/ckfinde ... angCode=en
Re: Save image outside webapp in ASP
But you'll still need a folder for the thumbs.
Re: Save image outside webapp in ASP
errorHandler.throwError CKFINDER_CONNECTOR_ERROR_CUSTOM_ERROR, "Unable to create root folder", "Error creating the folder: " & err.description
Re: Save image outside webapp in ASP
What happens if you comment out that call to create the root folder? As you can see by the code it should try to create the folder only if it doesn't exist, have you verified that the configuration is right?, does currentFolder.getServerPath() point to the correct folder?