priteshdesai 0 Newbie Poster

I have created a Java program which scans a given folder and creates a .txt with a list of names of all the files in that folder.

I want to create a table on MYSQL server on a website and fill it with the names of the files given in that .txt file.

How can I do that?