Im using Jquery ui. I want to drop a external file in a dropzone and get just the path of the file. I think i have to overwrite the default function window.drop. But im not sure how to do it or what to write instead ?
Im using Jquery ui. I want to drop a external file in a dropzone
Share
You can’t get the local file path in JavaScript, for security reasons.