CSC220 uploadFile Form and Php Code
--D. Thiebaut 14:38, 1 November 2010 (UTC)
<html>
<body>
<form action="uploadFile0.php" method="POST" enctype="multipart/form-data">
<input type="hidden" name="MAX_FILE_SIZE" value="500000">
Upload Image: <input type="file" name="imgfile">
<P>
<input type="submit" value="Upload Image">
</form>
</body>
</html>