bestprotop / jquery-multifile-plugin

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

Accept attribute - error when 2 instances on page #145

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Accept attribute become the same for both instances of multifile plugin on the 
page, even if for each instance set different values.

             $('#photo').MultiFile({
                accept:'gif|jpg|png', 
                max:1
            });
            $('#cv').MultiFile({
                accept:'doc|docx|pdf', 
                max:1
            });

Both validated as 'doc|docx|pdf'

Original issue reported on code.google.com by vbule...@gmail.com on 2 Apr 2012 at 12:52

GoogleCodeExporter commented 9 years ago
Sorry. That is my bug, that was third party span with description. Please 
remove issue ticket

Original comment by vbule...@gmail.com on 2 Apr 2012 at 12:55

GoogleCodeExporter commented 9 years ago

Original comment by diego.a...@gmail.com on 2 Apr 2012 at 1:39