Home » JS Resources Miscellaneous Script Details

AJAX file upload progress for Java using commons fileupload and prototype

Description:

This has been done before with PHP but I needed something a little different because I wanted to upload a file and then have it loaded into a database.

I looked around and found that someone had already made something that used the commons file upload package to do the upload part. It wasn’t exactly what I was looking for but it a good start.

To understand the way this works I think it is easiest to break it down into parts:

  1. A file upload extention that counts bytes as they are uploaded
  2. An interface that monitors the progress of something running on the server
  3. AJAX to pull the monitoring into the current screen

 

Browsers Compatibility:
IE, Firefox, Opera, Safari
Visit Download
  1 week 2 week 1 month 5 months 1 year 2 year Overall
Votes 0 0 0 0 0 0 10
Rating 0 0 0 0 0 0 3.1
Added: Wed Apr 19 2006 Last Modify: Wed Apr 19 2006
Added by: Send Feedback to:


Page Visited Visited: 0
Rate:


Add commentAdd comment (Comments: 0)  

Advertisement

Partners

Related Resources

Other Resources

arrow