i am using html form to upload images.
<input type="hidden" name="MAX_FILE_SIZE",value="1024" />
<br><input type="file" name="filename" />
which will allow files less than 1 KB,
but i am able to upload files of 2 KB, 10 KB etc
and the
$fsize=$_FILES['filename']['size'];
returns appropriate file sizes in bytes..
i am confused.. what is wrong..
am using
IE 6.0