Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

get contents of a tmp file php

$file = $_FILES['file']['tmp_name']; // It is the path to the file
$data = file_get_contents($file);
 
PREVIOUS NEXT
Tagged: #contents #tmp #file #php
ADD COMMENT
Topic
Name
5+2 =