Opened 18 years ago
Closed 17 years ago
#98 closed New Feature (invalid)
Create way to upload images,files to IIS Virtual directory while FCKEditor program is in root directory.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.4 |
Keywords: | Pending Expired | Cc: |
Description
Thanks to all for such a great tool.
Feature request: Develop a way to upload images and files using the filemanager to an IIS Virtual directory located on a different server (via file share) in both ASP and Coldfusion. My company has load balanced web servers and would need an upload repository located on a different server other than the web servers so that no matter which web server the user connects to for a session, the images and files are available via the Virtual directory.
Change History (5)
comment:1 follow-up: 2 Changed 18 years ago by
Milestone: | FCKeditor 2.4 |
---|
comment:2 Changed 18 years ago by
Replying to fredck:
I haven't tested it yet, but isn't it just a "permissions" issue? Doesn't it already work with the current implementation? Do you have specific error messages?
The permissions are set where the web user has browser, read and write permissions on the remote share (virtual directory). When attempting to upload an image there is NO error message produced but nothing happens when clicking the button to send to the server. However when attempting to Browse the server here is the message that is returned:
The server didn't send back a proper XML response. Response text: <?xml version="1.0" encoding="utf-8"?><Connector command="GetFoldersAndFiles" resourceType="Image"><CurrentFolder path="/" url="userfiles/image/" /> <font face="Arial" size=2> <p>Microsoft VBScript runtime</font><font face="Arial" size=2>error '800a0007'</font> <p><font face="Arial" size=2>Out of memory: 'Server.CreateObject'</font> <p><font face="Arial" size=2>/FCKedit24/editor/filemanager/browser/default/connectors/asp/io.asp</font><font face="Arial" size=2>,line 54</font>
Thanks for your help!!
comment:3 Changed 17 years ago by
The asp part is what I plan to do in #561, but I think that the CF should work right now using the userFilesPath and serverPath settings.
Could you please try it?
comment:4 Changed 17 years ago by
Keywords: | Pending added |
---|
comment:5 Changed 17 years ago by
Keywords: | Expired added |
---|---|
Resolution: | → invalid |
Status: | new → closed |
I haven't tested it yet, but isn't it just a "permissions" issue? Doesn't it already work with the current implementation? Do you have specific error messages?