Opened 18 years ago
Closed 17 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 18 years ago by
Reporter: | changed from Martin Kou to anonymous |
---|
comment:2 Changed 17 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
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.
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