1

I want to save some pdf in a folder directory that is on a server.And I don't want to use database.I'm using javafx 8.How do I do that?

  • 1
    In addition to the code using the code in the linked answer, you probably need to move the code doing the actual download to a thread other than the JavaFX application thread. – fabian Jan 13 '19 at 20:24
  • I'm sorry if my question is not clear.I don't want what you referred to. I want to upload & save my pdf file on the server. and also download it when its needed.and How do I do that? – Shahriar Hossain Sazza Jan 13 '19 at 20:47
  • Thanks.What You referred to answered my one question."How do I download the file?" . But I also need to Upload and save my file on the server.I'm editing my question. – Shahriar Hossain Sazza Jan 13 '19 at 20:54

0 Answers0