Dos any 1 have a simple upload script that simply just uploads a file to a folder on the server no SQL nothing just upload straight to a folder......
Please if any 1 has it or can make 1 it would be much appreciated...... here's my snippet but it's totally wrong.......
Please if any 1 has it or can make 1 it would be much appreciated...... here's my snippet but it's totally wrong.......
HTML Code:
<b>Select File To Be Uploaded :</b><br/> <input align="center" type="file" name="upload"><br/> <input align="center" type="hidden" name="upload" value="upload"/> <INPUT align="center" TYPE=SUBMIT NAME="submit" VALUE="Upload File!"><br/><br/></small><br/> <b><u>You can only upload files with folowing extentions:</u></b><br/> .jpg, .jpeg, .gif, .png, .bmp<br/> ---------- ;(
Comment