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.

Do you want a quick way to delete passwords from P[…]

Try the CloudMigration PST Converter to convert […]

In the rapidly evolving world of online sports be[…]

STEPN integrates social networking and games that […]