AJAX File Upload Progress

Joshua Eichorn has written something that makes a really good use of AJAX*, a way to present a user with the upload progress.

I’ve done some large uploads in the past, and the process always looks a little untidy due to flickering, and this is a good solution.

Ajax File Upload

*AJAX stands for Asynchronous Java and XML and is a way to change content without a full refresh. It’s another weapon in the toolkit of web design, but is in danger of being overused.

—–

Discussion Area - Leave a Comment