#2229: Java Connector: enable file upload to directory outside webapp context root ----------------------------+----------------------------------------------- Reporter: AndrewCottrell | Type: New Feature Status: new | Priority: Normal Milestone: | Component: Server : Java Version: | Keywords: cluster file upload UserPathBuilder ----------------------------+----------------------------------------------- Sorry if this is a dupe.
I have four clustered webservers running a single webapp (with a reverse proxy performing round-robin with sticky server sessions). So, whenever I need file upload I use a server-side directory that is a mounted remote file system, shared between all four webservers. This directory is mapped into the URL space (context) of the webapp on each server using their server.xml configuration files. I'd like to create a subdirectory of this shared directory to store the uploaded files (mostly images) from the FCKeditor. I imagine a new method on the UserPathBuilder interface, so that I can specify the file system directory (in addition to the URL specified by the getUserFilesPath method). -- Ticket URL: <http://dev.fckeditor.net/ticket/2229> FCKeditor <http://www.fckeditor.net> The text editor for Internet ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ FCKeditor-Trac mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fckeditor-trac
