Hi Tomek, To do this sort of thing I sometimes use bad old showModalDialog and attach this to a button onclick event. This function is supported by Firefox and IE and doesn't trigger the submit of a Cocoon form.
Nasty, but it works for intranets... Cheers W 2010/1/10 Tomek Piechowicz <[email protected]> > Hi. > > I have form with 3 repeaters, one contains standard text input widgets, and > the next two contain file upload widgets. User can add file inputs, select > files, and press submit button which will submit form and redirect from form > page. > > I would like to add separate submit button to each upload widget in > repeater and upload each file without submitting whole form and redirect > from page. > > Is it possible ? Can anyone give mi some tips how to do it ? > > Regards, > Tomek Piechowicz > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
