I am thinking of using JavaFX for a desktop app that will let users to upload files. I was thinking what is the correct approach for this ? Should I use a mysql database to store the references to the files or just dump the files in a folder?
Coming from a web background this is a bit confusing. Also I could contain a JRE in the deployed app so it can run on any machine right (even though that machine does not have a jre)?
Thanks