Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このコードは、「.pdf」ファイルをダウンロードします。
context.getResponse().addHeader("content-disposition", "attachment; filename="+level2 + ".pdf");
したがって、ファイルの名前のみを設定できます(私の場合はレベル2です)。ただし、ファイルへのフルパスを設定する必要があります。どうやってやるの?ありがとうございました。