Page 1 of 1

How to Download upload file from Process Maker

Posted: Sun Jun 05, 2016 2:49 am
by jagannew
Hi,

after uploading file to process maker, how to download it using php from process maker.

Re: How to Download upload file from Process Maker

Posted: Mon Jun 06, 2016 8:13 pm
by amosbatto
The file is placed on the PM server. See:
http://wiki.processmaker.com/3.0/File_c ... le_Storage
You can show a link to the file in a subsequent DynaForm which the user can click to download. You can open the file in a trigger and then write the contents to the web browser, so the user is forced to download it. Tell me what you want to do and I can add a code example to the wiki that you can use. Also, tell me which version of PM you are using.