Save PDF file to server directory
Posted: Fri Jan 03, 2014 3:57 am
by m z
I have an application that uses jsPDF to create a file. I'd like to take that PDF file and store it in the customer's server (in a given directory), not in the appery back end. Is this possible?
Save PDF file to server directory
Posted: Fri Jan 03, 2014 4:29 am
by Illya Stepanov
Hello,
Yes this is possible, we have this tutorial about uploading files:
:: http://docs.appery.io/tutorials/uploa...
This is an example about how it works, your custom realization and implementation should be coded by you.