Store PDF for a limited time on app server and make it available for download

前端 未结 2 408
生来不讨喜
生来不讨喜 2020-11-30 12:13

Hei there, I\'m using PrimeFaces 5/JSF 2 and tomcat!

Can someone show me or give me an idea on how to store pdfs for a limited time on an application server(I\'m usi

2条回答
  •  情深已故
    2020-11-30 12:25

    Your question is vague, but if my understanding is good:

    First if you want to store the PDF for a limited time you can create a job that clean you PDFs every day or week or whatever you need.

    For the download side, you can use (http://www.primefaces.org/showcase/ui/file/download.xhtml) to download any file from the application server.

提交回复
热议问题