MultiFile plugin not overwriting default options
jquery-1.4.1, jquery.multifile-1.4.6
The plugin appears to be ignoring some options that I'm either passing or attempting to set explicitly:
- $(function() {
$("#ImageMultiUpload").MultiFile({
STRING: {
file: '$file<br /><label>caption: <input type="text" name="captions[]" value="" size="10"/></label>'
}
});
$.fn.MultiFile.options.STRING.file = '$file -- WTF?';
});
Either way, I always get the default.
Someone else had the same problem almost exactly a year ago [1] but there was no resolution posted.
[1]
http://www.mail-archive.com/jquery-en@googlegroups.com/msg64655.html