Hi
I already did that, just set the target attribut of the form to the
hidden Iframe.
It should work.
It is very difficult to work with input type='file' in javascript because, for
security reason many browser doesn't allow handle on this input.
I don't know if it is possible to Post file with A
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.
-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
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
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_prog
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 Behal
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