sadik7266 / jquery-multifile-plugin

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

Chrome bug in JQuery 1.4.2 + fix #66

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
!!!IMPORTANT!!!
If you're reporting an issue regarding issues uploading files, please check
the following:
1. Have you tried uploading a single file without using the plugin? Makes
sure this works before submitting a bug report
2. Make sure your form has method=POST and enctype=multipart/form-data
3. Are you using valid (x)HTML? Invalid markup can stop the form from being
submitted altogether
4. Are you using the correct element names as required/expected by your
server-side script?

OTHERWISE, please remove this message and complete the form below:

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

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

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

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

Feel free to provide any additional information below.

When I select a second file it promts that the file is allready in the 
filelist, and the filename is null.

what I did to fix this was.

          // Disallow duplicates

for(var f in MultiFile.slaves)//{
           if(MultiFile.slaves[f] && MultiFile.slaves[f]!=this && 
MultiFile.slaves[f]!='null')//{

//console.log(MultiFile.slaves[f],MultiFile.slaves[f].value);
            if(MultiFile.slaves[f].value==v)//{
             ERROR = MultiFile.STRING.duplicate.replace('$file', 
v.match(/[^\/\\]+$/gi));
            //};
           //};
          //};

mvh Kalle.

Original issue reported on code.google.com by kalle.al...@gmail.com on 5 Mar 2010 at 2:26

GoogleCodeExporter commented 8 years ago
nevermind this.

Original comment by kalle.al...@gmail.com on 5 Mar 2010 at 2:33

GoogleCodeExporter commented 8 years ago
[deleted comment]
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