Note | ||
---|---|---|
| ||
As of July 25th, 2023, there is a content freeze on this page. |
This API initiates a download from a file in the Integrated File System (IFS) to the browser.
...
Code Block | ||||
---|---|---|---|---|
| ||||
pui.download({ "id": "/usr/share/accounting/invoice12345.pdf" });
|
...
Code Block | ||||
---|---|---|---|---|
| ||||
pui.download({ "id": "/images/products/54321.jpg", "inline": true, "contentType": "image/jpeg" });
|
...
Code Block | ||||
---|---|---|---|---|
| ||||
pui.download({ "id": "itemrpt", "inline": true, "contentType": "application/pdf" });
|
...