No, if it were, it would represent a significant security problem in the web browser.
The only way of getting files from the user's computer is having them upload it using an input type=file. This is fully documented in the PHP docs.
It's not necessary to store its data in a permanent file on the server, but PHP automatically places it into a temporary file for you, as is fully documented.
Mark