I've being trying to get the size, name and type of the file as I've seen in some articles in PHPBuilder...
I can't...
$data = addslashes(fread(fopen($my_data,"rb"), filesize($my_data)));
echo $my_data_name;
echo $my_data_size;
echo $my_data_type;
I´m running apache 1.3.19 and php 4 on a win 98 OS..
What I'm I doing wrong???
How does the file atributes work???