How to display upload confirmation directly on page with uploader?

See all posts Reply

How to display upload confirmation directly on page with uploader? new!
by Eric, 10 years, 1 month ago
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
Re: How to display upload confirmation directly on page with uploader? new!
by colin, 10 years, 1 month ago
Search for XMLHttpRequest upload.

This is beyond the scope of the class. However, look at the section in the docs called How to process a file uploaded via XMLHttpRequest?Reply