From my understanding, it isn’t too hard to create your own progress reader. When a file is submitted a HTTP Header “Content-Length” is sent, which tells the size of the file in bytes. Then you can repeatedly check the upload status by getting the file size from the OS temp directory. All you need is the total file size and the current file size to create a little percentage bar.
This has been done in ColdFusion very easily. Don’t know if .NET is going to be painless.
-Daniel
-----Original Message-----
And of
course it appears that MS and asp.net just blows
for that kind of stuff. Thanks for the info anyway. On 3/31/06, louis d walch <[EMAIL PROTECTED]> wrote: Here are some links I have that are applicable:
http://tomas.epineer.se/archives/3 http://www.devpro.it/upload_progress/ http://bluga.net/projects/uploadProgressMeter/ http://www.raditha.com/php/progress.php
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
On Behalf Of Jim Geurts
I've seen a few demos online, for php, but I'm looking
for a file upload progress bar implementation with Prototype. Can anyone
point me in a good direction for one?
|
_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs