D4rkradical / jquery-multifile-plugin

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

File Field remains disabled after multi file alerts user to bad file type in FF 3 #35

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

What steps will reproduce the problem?
When choosing a wrong file type (extension) in Firefox 3 (Mac) and you have 2 
or more multi files 
in one form, when the wrong file type alert is fired and you clear the error 
with your return key, 
the file chooser remains disabled after it is cleared of the bad file by the 
script.

I fixed the issue by adding 
slave.disabled = false;
at the end of the Handle error block.

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

On what browser(s) or operating system?
BROWSER(S):

Please provide a link to where the problem can be observed:
URL:

Feel free to provide any additional information below.

Original issue reported on code.google.com by jul...@righthookmedia.com on 6 Jun 2009 at 2:44

GoogleCodeExporter commented 8 years ago
actually the code to add is 
 MultiFile.current.disabled = false;

Original comment by jul...@righthookmedia.com on 6 Jun 2009 at 2:51

GoogleCodeExporter commented 8 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