|
» W3Exchange http://www.w3exchange.com/index.html » PHP http://www.w3exchange.com/view_forum-id-36.html » How to upload and resize images in PHP http://www.w3exchange.com/view_topic-id-3089.html |
| Fuad - 2008-05-26 02:52:23 |
Hi, Code::<form action="index.html" method="POST" enctype="multipart/form-data">
<input type="hidden" name="MAX_FILE_SIZE" value="200000">";
<input type="file" name="imagefile">
<input type="submit" name="upload" value="Upload Image">
</form>Thanks, |
» Print this topic |