1. AJAX file upload
Shows the cross browser method to upload files using Ajax in only 1kb of code. Tested in IE5.5+, FF1.0+, OP 8.0+
2. File Uploads in AJAX (using Dojo and PHP)
The article shows how to upload files using Ajax (Dojo Framework) and PHP. It actually gives a very simple copy-n-paste practical example on how to take the right steps
4. PHP AJAX File Upload Progress Meter Updates
The tutorials shows how to take a form containing a file upload and submit it using a hidden iframe as a target. Doing this lets the upload happen in the background. Then we poll the server on a regular basis asking it for update status.
5. PHP AJAX example: asynchronous file upload
This article contains example application (trivial file-sharing service, like rapidshare, megaupload or yousendit) which uses IFRAME to upload file. While file is uploaded to hidden frame, user can still access web-page and fill "file description" field
6. AJAX File upload Progress
This tutorial shows the way how to organize the Upload Progress Meter that shows the progress of file upload with PHP
8. AJAX Server to Server direct file transfer
This codes snippet lets to transfer files directly from one server to another without having do the pesky job of downloading them to your computer first and uploading it afterwards.
10.
AJAX FILE UPLOAD - Uploading local files with AJAX/Javascript to a server
Many people say uploading files with AJAX is impossible! Well, they're wrong :-) Granted this solution only works with FireFox/Mozilla. And the user has to change a setting in "about:config" and accept the advanced access privileges....