- Monday, July 20, 2009, 0:54
- Programming
- 3,549 views
Ever wanted to upload files using AJAX like in GMAIL, without reloading the page? Now you can. Cross browser method to upload files using AJAX in only 1Kb of code.
You need to create a form with file fields you wish to upload and define "onsubmit" event. Look at the example below how to do that.
Tested in IE5.5+, FF1.0+, OP 8.0+
For more reading about ...
Full article
- Wednesday, July 8, 2009, 7:41
- Programming
- 3,870 views
File uploading feature is common feature in web sites to place your data on web server. This file upload ajax script
allow to upload multiple file at once. While uploading file user can also see the uploading status with the help of progress bar.
For more details about "Multiple File Upload with Ajax"
Why this script ...
Full article
- Tuesday, July 7, 2009, 4:44
- Programming
- 753 views
Max's AJAX file uploader is a simple and easy to use script, which allows you to upload files to your webserver without reloading the current page. During the upload an animated progress bar is shown. The server side is written in PHP.
For demo and download "Max's AJAX file uploader "
...
Full article