In the following script I tried uploading file to tmp folder in htdocs but the file is not moving to that location. How do I define the storage location?
well the code you posted isn't moving any file. You miss
move_uploaded_file ( $_FILES["file"]["tmp_name"][$key], 'C:\xampp\htdocs\tmp\new_file.txt' );
http://php.net/manual/en/function.move-uploaded-file.php