hi i am working in php. when i upload a file before uploading i just print the file array by using print_r($_FILES); it will print following array.
[image] => Array ( [name] => [type] => [tmp_name] =>
[error] => 4 [size] => 0 ) )
so whats reason besides it that will not give actual file attributes. please help me. thanks in advance