1

Using a desktop mac computer, is it possible to enable someone to drag and drop a file into a web page and return the full path of the file?

enter image description here

Having something similar to the S3 dialogue box and then enabling a user to drag a file in there and the full path show up. Would this be possible to do within the browser alone? What about with a protocol that the user has installed on his computer? For example, something like: https://support.shotgunsoftware.com/entries/127152-Launching-External-Applications-using-Custom-Protocols-under-OSX. If so, how would that be done?

David542
  • 96,524
  • 132
  • 375
  • 637

1 Answers1

2

It would not be possible to do it through the browser alone.

How to get full path of selected file on change of <input type=‘file’> using javascript, jquery-ajax?

As for some other workaround, I am not sure.

Peter Yao
  • 101
  • 4