I came across this on a multistep form where I have two buttons - back and next. Perhaps this could be solved by adding a new property to the plupload form element - e.g. #submit_element - where we could specify what button we want to click using .click() instead of .submit().
I am attaching an initial patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | plupload_allow_diferent_click_element.patch | 2.31 KB | primsi |
| plupload_allow_diferent_click_element.patch | 1.21 KB | primsi |
Comments
Comment #1
primsi commentedAdded documentation. I have also added some single quotes missing in the README.txt
Comment #2
slashrsm commentedThanks. I also noticed this myself actually. Committed to 7.x-2.x and 7.x-1.x.