Re: [Rails-spinoffs] File upload progress bar

2006-04-01 Thread Thomas Fuchs
om: [EMAIL PROTECTED] [mailto:rails- [EMAIL PROTECTED] On Behalf Of Jim Geurts Sent: Saturday, April 01, 2006 2:28 AM To: rails-spinoffs@lists.rubyonrails.org Subject: Re: [Rails-spinoffs] File upload progress bar And of course it appears that MS and asp.net just blows for that kind of stuff.

Re: [Rails-spinoffs] File upload progress bar

2006-04-01 Thread Tench
  -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Jim Geurts Sent: Saturday, April 01, 2006 2:28 AM To: rails-spinoffs@lists.rubyonrails.org Subject: Re: [Rails-spinoffs] File upload progress bar And of course it appears that MS and asp.net just blows for that

RE: [Rails-spinoffs] File upload progress bar

2006-04-01 Thread Daniel Elmore
Geurts Sent: Saturday, April 01, 2006 2:28 AM To: rails-spinoffs@lists.rubyonrails.org Subject: Re: [Rails-spinoffs] File upload progress bar   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 <[EM

Re: [Rails-spinoffs] File upload progress bar

2006-04-01 Thread Jim Geurts
inoffs] File upload progress bar   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? I'm not using Rails, so I can't use the upload_progress addon, unfortunately.

RE: [Rails-spinoffs] File upload progress bar

2006-03-31 Thread louis d walch
Behalf Of Jim Geurts Sent: Friday, March 31, 2006 6:38 PM To: rails-spinoffs@lists.rubyonrails.org Subject: [Rails-spinoffs] File upload progress bar   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

Re: [Rails-spinoffs] File upload progress bar

2006-03-31 Thread Thomas Fuchs
For the most part, file upload progress information handling depends on the underlying framework on the server and the web server software itself, because you don't get that information from the browser. So you need to look for something that's specific to the server-side stuff you use. -Th

[Rails-spinoffs] File upload progress bar

2006-03-31 Thread 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?I'm not using Rails, so I can't use the upload_progress addon, unfortunately. Thanks for any infoJim