Opened 17 years ago

Closed 16 years ago

#869 closed New Feature (wontfix)

Storing Images In DB and Inserting from db

Reported by: anonymous Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: SF Cc: tassos@…

Description

We have our website hosted in a load balanced environment. The existing image upload functionality does not extend well to our website as we end up uploading images to one server and when a user comes back another time and gets redirected to another server they do not find the images.

Would it be possible to stored images in a DB (an Sql Server implementation would be super) ... and have image listing from the db itself ... so you view all images stored in the db and select the one you want.

thanks Imran


Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1443550&group_id=75348&atid=543656

Change History (2)

comment:1 Changed 17 years ago by Martin Kou

Reporter: changed from Martin Kou to anonymous

While I'm not a maintainer or contributor to this projects, i think that the request you mention is not within the scope of the FCKEditor. You are free to write a file management connector on the server that handles all image/media/flash uploads/downloads, and stores them in whatever backend you want. There are some example applications in various languages provided in the package.

For example, for a project of mine that's using the FCKEditor, I've written a connector that stores images on a remote DAV server.


Moved from SF. Original poster: tassos

comment:2 Changed 16 years ago by Wojciech Olchawa

Resolution: wontfix
Status: newclosed

I agree with tassos.

The File Browser is only used for browsing the server itself. A method to gain access to a custom sql database would be very difficult to implement. Every database is build in a different way. So I don't think it would be a good idea.

Anyway thanks for the idea and enjoy working with FCKeditor.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy