I'm close to complete implementation of V 2.5.1 into my servlet (no JSP) app. If I use the file or image Browse Server, the resulting FCKEditior Resource Browser will let me browse and upload files to the server.
If I go to the upload tab, select a file, then Send it to the server button, I get the following error - "This file uploader is disabled. Please check the WEB-INF/web.xml file"
I see several posts to edit a config.php file, but I'm not using php. I did check my app's web.xml file and enable is set to true.
Any clues how to enable Send it to the server on the Upload tabs?
Thanks in advance,
If I go to the upload tab, select a file, then Send it to the server button, I get the following error - "This file uploader is disabled. Please check the WEB-INF/web.xml file"
I see several posts to edit a config.php file, but I'm not using php. I did check my app's web.xml file and enable is set to true.
Any clues how to enable Send it to the server on the Upload tabs?
Thanks in advance,
Re: This file uploader is disabled. Please check the WEB-INF/we
var _FileBrowserLanguage = 'asp' ;
var _QuickUploadLanguage = 'asp' ;
you just need to change the asp value to jsp.
Also, you need to add the Connector and SimpleUploader mappings to web.xml. You should be able to find the text for web.xml if you google around a bit.