Ask questions about installing and configuring ProcessMaker 3
#828959
Hi,
simple scenario : a dynaform with a few input controllers, a multiple file controller and a reset button. Pressing the reset button should reset the form by emptying the controls and the files uploaded in the multiple file controller.
Emptying the input controllers is not an issue, but I don't know where to start to implement removing the files uploaded in the multiple file controller.
Any idea?

Thanks,
Silviu

P.S. it looks i posted this thread in the wrong section. Can any moderators move it to Developing processes & programming.
#828960
Found the solution here:
https://www.pmusers.com/index.php/Manipulating_Multiple_File_controls_with_JavaScript

3.2.1 and earlier:
Code: Select all
$("#MultipleFileID").find("div.multiplefile-button-delete").click()
3.2.2 and latter:
Code: Select all
$("#MultipleFileID").find("a.fa-trash").click()
More details in the link.
Want to create your own meme coin?

In the world of cryptocurrencies, a unique and exc[…]

The market for cryptocurrencies is demonstrating a[…]

What's SAP FICO?

Embarking on a dissertation can be one of the most[…]

Hello. For rental housing, there are software solu[…]