Is it possible to upload a file like this?

is that possible?

Nope, you have to do it through POST. The form uploads the binary data for the file, not just the file name. The character limit of the GET query string makes that impossible.