Processing Uploaded Files with PHP

  •  01-24-2013, 7:59 PM

    Processing Uploaded Files with PHP

    First of all, let me apologize for my ignorance here. I work a lot with PHP, but hardly at all with Javascript/Ajax, etc. I love your uploader, and have got it working using a simple upload process.

     

    However, I plan to use it to upload images to the gallery section of our site.  I currently have a PHP script that I run on single image uploads that resizes the uploaded image, creates a thumbnail and saves the thumbnail and resized image to our gallery directories.

     

    I'm completely baffled at how to get the php uploader to allow my admins to upload multiple files, but then run my usual script on each of the uploaded files. I've looked through the example files that came in the zip file, but since they aren't commented and since I don't really understand Javascript/Ajax very well, I am fumbling blind with how to make this work.

     

    Any guidance or direction you can provide would be immensely appreciated. 

View Complete Thread