[jQuery] Re: NEW! jQuery Multiple File Upload Plugin v1.40

2009-04-07 Thread shaunramos
Hi Diego, Thanks for the reply. I checked and I do have the latest version. I figured it out though. It does not do the reset if i set the list attribute in the option. $(function(){ // wait for document to load $('input:file').MultiFile({ list: '#filelist', max: 5,

[jQuery] Re: NEW! jQuery Multiple File Upload Plugin v1.40

2009-04-07 Thread Diego A.
Hi Shaun, Please double check your installation and make sure you are using the latest version of the plugin. Take a look here for a working example... http://www.fyneworks.com/jquery/multiple-file-upload/test/ Cheers, Diego A. On Apr 7, 12:14 am, shaunramos wrote: > Diego A. wrote: > > >NEW!

[jQuery] Re: NEW! jQuery Multiple File Upload Plugin v1.40

2009-04-06 Thread shaunramos
Diego A. wrote: > > > NEW! jQuery Multiple File Upload Plugin v1.40 > http://www.fyneworks.com/jquery/multiple-file-upload/ > > New features: > 1. API method to reset control (remove all file selections) like this: > $('input:file').MultiFile('reset') > > Improvements: > 1. Now entirely bas

[jQuery] Re: NEW! jQuery Multiple File Upload Plugin v1.40

2009-04-02 Thread Diego A.
Hi Kuba, You need to apply the method to a file element that has already been initialized by the plugin, not the container... Cheers, Diego A. 2009/4/2 kuba > > reseting wont work for me ;/ > > > On Apr 2, 12:32 pm, "Diego A." wrote: > > NEW! jQuery Multiple File Upload Plugin v1.40 > http://

[jQuery] Re: NEW! jQuery Multiple File Upload Plugin v1.40

2009-04-02 Thread kuba
reseting wont work for me ;/ On Apr 2, 12:32 pm, "Diego A." wrote: > NEW! jQuery Multiple File Upload Plugin > v1.40http://www.fyneworks.com/jquery/multiple-file-upload/ > > New features: > 1. API method to reset control (remove all file selections) like this: > $('input:file').MultiFile('rese