PHP Tutorials
Home
PHP
PHPAsynchronous file upload with AJAX progress bar in PHP
I wanted to use an asynchronous file upload, like the one on gmail. This means that the file is uploaded in the background, allowing you to still use the page while the file is being uploaded. Since the XMLHttpRequest object doesn’t support file uploads, this had to be done using iframes
Read Next: AJAX RSS Reader Step by Step Tutorial
Related Topics
Sponsored Links
