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
Original issue reported on code.google.com by
omage...@gmail.com
on 3 Apr 2009 at 10:55