google-code-export / jquery-multifile-plugin

Automatically exported from code.google.com/p/jquery-multifile-plugin
1 stars 0 forks source link

Broken in Webkit browsers (Safari, Chrome) #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using a Webkit based browser (Safari, Chrome, ..)
2. Select a file to upload
3. Post the form
4.

What is the expected output? What do you see instead?
The Request.Files property should contain the selected files to upload when 
the form is posted. Instead it is empty. 

NOTE that everything works as expected in IE6+ and FF2+

What version of the plugin/jQuery are you using?
PLUGIN VERSION: 1.46
JQUERY VERSION: 1.3.2

On what browser(s) or operating system?
BROWSER(S): Webkit based (Safari, Chrome, ..)

Please provide a link to where the problem can be observed:
URL: email me for link: cameron dot sibbald at gmail dot com

Feel free to provide any additional information below.
Works perfectly in IE6+ and FireFox 2+

Original issue reported on code.google.com by cameron....@gmail.com on 30 Jun 2009 at 5:33

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I got this problem too. I got it to work by suppling the name attribute in the
fileUpload input tag.
Example:
<input name="fileUpload" id="fileUpload" type="file" />

Original comment by mikael.e...@gmail.com on 5 Jan 2010 at 2:37

GoogleCodeExporter commented 9 years ago
I can verify that adding the "Name" attribute fixed this issue for me too.

Original comment by bigto...@gmail.com on 18 Jan 2010 at 6:43

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Thanks Mikael,
Good catch, that totally fixed it.

Moderator, 
This issue can now be closed, thanks.

Original comment by cameron....@gmail.com on 18 Jan 2010 at 4:49

GoogleCodeExporter commented 9 years ago
This fix does not seem to work for me. Could someone post the complete form 
they are using in webkit browsers?

Thanks

Original comment by pareyn.b...@gmail.com on 26 Aug 2010 at 11:11

GoogleCodeExporter commented 9 years ago
Yeah, it didn't for me either.

Original comment by ajbea...@gmail.com on 26 Aug 2010 at 9:24

GoogleCodeExporter commented 9 years ago
I believe the problem is due to a race condition introduced in WebKit. I 
experienced this problem in a form that forcibly cleared a file upload widget 
after submission... In Safari and Chrome, the widget was cleared BEFORE the 
form was submitted.

JQuery is probably doing something vaguely similar somewhere in it's code.

Original comment by phil.ehr...@gmail.com on 13 Oct 2010 at 7:08

GoogleCodeExporter commented 9 years ago
The project has been dormant for over a year and many of the support requests 
have been resolved and/or are invalid. So we're going to archive them all, 
pending review.

If you're still having a problem with the plugin, please visit the project page 
and re-open the issue. We do apologize for any inconvenience this may cause, 
but please bear with us...  we'll be making improvements to the plugin and its 
documentation over the coming weeks.

Stay tuned; and thanks for your support!

The Fyneworks Team
http://twitter.com/fyneworks

Original comment by fyneworks on 26 Jan 2012 at 1:37