hey guys out there, i've got a weird problem. See i've a page where it uploads image. Once submitted, it will call uploader.php where it check for error. if there's an error, it will be redirected to error.php However this works in mozilla firefox and NOT in explorer.. WEIRD!! :glare: k ive found the source of the error which cause it not to work in explorer?
here is the code:
<HTML>
<HEAD>
</head>
<form name="form1" enctype="multipart/form-data" action="uploader.php">
<input type="hidden" name="MAX_FILE_SIZE" value="1000000" />
<input type="submit" name="Submit" value="Submit">
............
<input name="uploadedfile" type="file">
......
</html>
refering to the above code, the line of code which is highlighted in red causes the problem. This line of code was suppose to validate the image uploaded size(ie:1M😎