php - Unable to see files uploaded into my servers /tmp folder but able to process them. -


i have simple form allows users upload forms server using post method. able process file , store array using following command :

if (($handle = fopen($_files['exhibitorcsv']['tmp_name'], "r")) !== false) {  //array processing , var_dumped array , had required contents  

a simple echo of file tells me name of file /tmp/phpsnoez3 (that's example) , indicates location of file should in /tmp folder. however, if traverse /tmp, not able find phpsnoez3, matter of fact, not able find of files have uploaded.

i need able use exact file sql operation not sure how can when there no such file.

any leads possibly mistake here?


Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -