I want to enhance my browser-based web application with functionality that needs to read the absolute path of the files being uploaded and used for some processing, I have used HTML5 File API and PHP POST Upload method to support the upload functionality.
Question: Direct or work around method of reading the absolute path (client-side) of the file that is uploaded.