Page 1 of 1

how to download file from process maker using angular js with process maker

Posted: Mon Jun 06, 2016 6:00 am
by jagannew
Hi,

how to download file from process maker using angular js with process maker

Re: how to download file from process maker using angular js with process maker

Posted: Mon Jun 06, 2016 7:31 pm
by amosbatto
You can't use JavaScript to upload or download files. You need to use a server side script (PHP, Python, Java, etc) to do the downloading. This page has some code examples which show how to use AJAX, which you might find useful: http://wiki.processmaker.com/index.php/ ... _DynaForms
(You don't have to use AJAX, but it is more interactive.)