looking for script to remove/add images

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kentor

    looking for script to remove/add images

    Hello, I'm looking for a script that will be javascript/php compatible
    that will take existing images from a database and will allow
    editing/removing/adding new images. If JS is on then it should show
    images that you just uploaded using AJAX I guess and if JS is off, it
    should be able to remove existing images and add new ones... a progress
    bar would be really nice. If anybody knows of such a script or a
    similar one please help :) thanks!

  • petersprc

    #2
    Re: looking for script to remove/add images

    Maybe one of these:

    Plogger (plogger.org)
    Gallery (gallery.menalt o.org)

    Kentor wrote:
    Hello, I'm looking for a script that will be javascript/php compatible
    that will take existing images from a database and will allow
    editing/removing/adding new images. If JS is on then it should show
    images that you just uploaded using AJAX I guess and if JS is off, it
    should be able to remove existing images and add new ones... a progress
    bar would be really nice. If anybody knows of such a script or a
    similar one please help :) thanks!

    Comment

    • BlueNosE

      #3
      Re: looking for script to remove/add images


      Kentor ëúá:
      Hello, I'm looking for a script that will be javascript/php compatible
      that will take existing images from a database and will allow
      editing/removing/adding new images. If JS is on then it should show
      images that you just uploaded using AJAX I guess and if JS is off, it
      should be able to remove existing images and add new ones... a progress
      bar would be really nice. If anybody knows of such a script or a
      similar one please help :) thanks!
      well, if you want to edit images in PHP you may use GD.

      the progress bar - if you can edit your php ini folder, there is an
      extension to PHP 4 dot sumthing that allow the progress bar. else if
      youre using PHP 5 you can use the progress bar without the extension.

      Comment

      • Kentor

        #4
        Re: looking for script to remove/add images

        Alright thanks, how can I use the progress bar in PHP 5 ? :)

        BlueNosE wrote:
        Kentor ëúá:
        Hello, I'm looking for a script that will be javascript/php compatible
        that will take existing images from a database and will allow
        editing/removing/adding new images. If JS is on then it should show
        images that you just uploaded using AJAX I guess and if JS is off, it
        should be able to remove existing images and add new ones... a progress
        bar would be really nice. If anybody knows of such a script or a
        similar one please help :) thanks!
        >
        well, if you want to edit images in PHP you may use GD.

        the progress bar - if you can edit your php ini folder, there is an
        extension to PHP 4 dot sumthing that allow the progress bar. else if
        youre using PHP 5 you can use the progress bar without the extension.

        Comment

        Working...