Hey guys!
I have heard that it might be better using
$HTTP_POST_FILE S for php version 4.1 and lower
and using $_FILES for 4.1 and higher...
Anyone knows what is the difference really?
why not simply using $HTTP_POST_FILE S on all ?
Thanx for your help
--
Yang
I have heard that it might be better using
$HTTP_POST_FILE S for php version 4.1 and lower
and using $_FILES for 4.1 and higher...
Anyone knows what is the difference really?
why not simply using $HTTP_POST_FILE S on all ?
Thanx for your help
--
Yang
Comment