Re: File upload without full form submit.

2010-01-12 Thread Thomas Markus
for multiple uploads try a browser plugin like http://jupload.sourceforge.net/ regards Thomas Am 10.01.2010 20:36, schrieb Tomek Piechowicz: 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,

Re: File upload without full form submit.

2010-01-11 Thread warrell harries
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

File upload without full form submit.

2010-01-10 Thread Tomek Piechowicz
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