> When you use the flash uploader method (FancyUpload) you get the added > benefit of having a real-time progress indicator. An iFrame doesn't > give you that benefit.
You're right when it comes to client-initiated upload progress. But it actually is quite possible to have real-time progress bars when uploading via standard browser POST -- as long as the server allows you to peek at progress over AJAX. Very slick examples are out there for Perl and ASP.NET. PHP support (in APC) is there too but not for all SAPIs. -- S.
