Show filepath via iFrame

BradyHawkes

New Member
I have a webpage where I need to get a filepath of a local file on the user's computer. I was thinking to have an iFrame where a user drags in the file, and the response is the filepath.For example:[ in ] user drags file into iFrame of webpage[ out ] webpage show the filepath of the file dropped (/Volumes/path/file)How, exactly would I do this? (a link to a code example or tutorial would be great)Here is the best answer I could find on SO: http://stackoverflow.com/a/7890676/651174.
 
Back
Top