hello all.

I've managed to create files uploads pages in the past (dont remember if alredy 
with php 5).

till now, i havent need for testing or using.
today, i've tried to test an upload page (a very simple one) with php 5.0.5 and 
i was
unable to do it.

the script always says it was sucessful to upload the file, but the destination
directory was always empty... 
even when checking the $_FILES global

$_FILES['var_name']['tmp_name'] and
$_FILES['var_name']['name'] and
$_FILES['var_name']['size'], the vars alwyas return empty values...

is there any issue with php5 about files uploads ?

in php.ini i set the temp directory to /tmp and still nothing works...

Cheers,

Bruno Santos

--
Open WebMail Project (http://openwebmail.org)


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to