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?
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?
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.