0
How to rename attached files ?
Hello,
Is there a way to import an external pdf file and renaming it in ninox ?
I made some tests with the importfile instruction but didn't found anything.
Can you help me ?
Thank you very much.
2 replies
-
Any help ??
-
The importFile() function allows you to rename the PDF when you import it. This code below works for me when attached to a button.
importFile(this.Id, "http://www.pdf995.com/samples/pdf.pdf", "my.pdf")
Content aside
- 6 yrs agoLast active
- 2Replies
- 1679Views