The Core

Why We Are Here => Hardware & Technology => Topic started by: rcjordan on August 29, 2013, 05:38:54 PM

Title: Ajax Explorer
Post by: rcjordan on August 29, 2013, 05:38:54 PM
http://sourceforge.net/projects/ajax-explorer/

Works.

Secure? Who knows.
Title: Re: Ajax Explorer
Post by: ergophobe on August 29, 2013, 10:29:47 PM
Just had a client ask for this.

Unfortunately, the other part of the requirement was the ability to move image files around and reorganize in folders without breaking any links to those images on the site. That adds, shall we say, a little to the difficulty of the problem.
Title: Re: Ajax Explorer
Post by: rcjordan on August 29, 2013, 10:44:01 PM
>move image files around and reorganize in folders without breaking any links to those images on the site.

The now-unsupported clientside, static-page writing Citydesk cms did this for images, pages, and/or page segments by assigning an ID number to it. As long as you call it by the ID, nothing breaks.