MrLogic
Member
- Nov 28, 2012
- 118
- 4
Im trying to make a uploading script and it uploads,just doesnt show the uploaded pic.Heres the code:
Any help appreciated!
HTML:
<form enctype="multipart/form-data" action="uploader.php" method="POST">
<input type="hidden" name="MAX_FILE_SIZE" value="100" />
What Do You Want To Upload? <input name="uploadedfile" type="file" /><br />
<input type="submit" value="Upload File" />
</form>