class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
Not sure if my title made sense. Essentially I'm trying to figure out how to get the confirmation message after an upload to display on the same page that the uploader is contained on. A good example is how the drag and drop uploader works. It doesn't redirect the user to upload.php. After the upload it shows a short message on the index.html page.
Been pulling my hair out trying to track this down and figure out how to accomplish this.Reply
Been pulling my hair out trying to track this down and figure out how to accomplish this.