How to upload / transfer files with java?

1

I am trying to make a program that controls the information of students in a school.

One of the functions of this program is to archive the students' scanned documents, but it is precisely in this part that I am having difficulty.

I want to use a JFileChooser to choose the file to be saved, then copy that file to a certain folder and save both the file name and its path in a DB.

I need an example / handout on the subject, since I only find material for WEB applications.

Thanks in advance for your help!

    
asked by anonymous 20.10.2016 / 17:10

0 answers