I think you would gain a lot from taking a look at the following link: POST method uploads.
First of all, you should change your form method to post, and add enctype="multipart/form-data".
Then you can get the temporary file path from $_FILES['csv_file']['tmp_name'].