Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lenya Wiki" for change 
notification.

The following page has been changed by Kristen:
http://wiki.apache.org/lenya/HowToIntegrateFCKEditor

------------------------------------------------------------------------------
          String fileName = filePath.substring(lastIndex + 1);
          // upload the file to the uploadDir
          File uploadFile = new File(filePath);
-         System.out.println("upload file " + uploadFile.getAbsolutePath());
        
          if (!fileName.matches(FILE_NAME_REGEXP) || 
FileUtil.getExtension(fileName).equals("")) {
              // the file name contains characters which mean trouble

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to