D4rkradical / jquery-multifile-plugin

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

Adding radiobutton #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In the example 

$('input:file.multi').MultiFile({  
 STRING: { 
 file: [
       '<input type="text" name="labels[]" value="$file" size="10"/>',
       '<input type="radio" name="mainpicture" value="$file" />'].join('')
 } 
});

I suppose to get radio button which value is image name like: 
mainpicture:value="mazda3.jpg", 
but i have mainpicture:value="$file"

Is that a bug or am i doing something wrong?

Thanks.

Original issue reported on code.google.com by omage...@gmail.com on 3 Apr 2009 at 10:55

GoogleCodeExporter commented 8 years ago
The code looks fine. Is there a URL we can look at?

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