Good Evening,
I have 2 questions:
1. How can I allow a user to upload PDF documents to a MySQL Database and have them see the files that are currently uploaded? For example I have an app that lets people post jobs and then other people can choose the job that gets posted. When I create the job in the app, I need to upload pdf documents to give to the person who takes the job. How would I be able to do this? I was looking at the PDF Viewer and I think that would good to see the PDFs and I also saw a file manager but I'm looking for something simpler like a list of the files. The user should only be able to upload pdf documents.
2. How can I have a user click on a file which would be in a list and have it show up in the PDF Viewer? I need a page that would display a list of the files uploaded for that particular job on the left side and when a user clicks on the file, it will display in the PDF Viewer on the right side of the page. The files would be fetched from the MySQL database.
Thanks,
Steven