CSC220 uploadFile Form and Php Code

From dftwiki3
Revision as of 10:38, 1 November 2010 by Thiebaut (talk | contribs) (Created page with '--~~~~ ---- <code><pre> <html> <body> <form action="uploadFile0.php" method="POST" enctype="multipart/form-data"> <input type="hidden" name="MAX_FILE_SIZE" value="500000"> Uplo…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

--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>