Get Upload Folder And Filename From Browser
Is it possible to get the client's directory path for a file that is uploaded to a server?
Solution 1:
Most contemporary browser do not show the complete path to a file's origin, but something like /fakepath/file.ext
.
But it depends on your browser.
Post a Comment for "Get Upload Folder And Filename From Browser"