No upload :
Error message : No file selected.
Please help
Quote:
Originally Posted by DementedMindz
I have been tryin to make this work on the new thread page so far i have it pretty well set up i just have to figure out why it keeps tellin me to enter in a title/subject hopefully tomorrow when i get up and aint so tired i can get it or if someone wants to try to get it here is what i have so far... i been testing it out in the new thread template and hopefully tomorrow i can get it to work i may even try ajax or something to show the url right on that page...
Code:
<fieldset class="fieldset"><legend>Upload Your Images</legend>
<form method="post" action="vbimghost.php" enctype="multipart/form-data">
<table border="0" cellspacing="0" cellpadding="0">
<tr> <td> <b>Image to upload:</b><br />
<input class="bginput" type="file" name="upfile$count" size="30" /><br />
<input type="hidden" name="do" value="uploadfile" /><br />
<input class="bginput" type="submit" value="$vbphrase[vbimghost_hostit]" />
<input class="bginput" type="reset"value="$vbphrase[vbimghost_reset]" />
</td> </tr> </table> </form>
</fieldset>
|