How can I allow user to upload file via AJAX. Then read that file using PHP
I am trying to build a file reader on my website. The background idea is for the user to be able to select a JSON file from their PC. Choose it using an upload function on my website, then view the contents of that JSON file on that same page.