You'll have to do the uploaded asynchronously, using an iframe, and then query the backend for the progress...
In php 5.2+ this is possible using the APC http://martinjansen.com/2007/04/upload-progress/ Note that this is quite buggy... In other languages it's possible, too. Regards, Emil Ivanov On Jun 6, 4:44 am, Will Arp <[EMAIL PROTECTED]> wrote: > Dear list, > is there a nice jQuery file upload, > something like:http://digitarald.de/playground/upload.html > > is there a way to get filesize before uploading > using javascript? I know flash can but.. > > Thank you! > -will