file extension checking is not implemented to keep the forms as general as possible. You can try and find code on the web that validates the file type, it shouldn't be too hard (a couple of lines of code in fact).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
think your scrips are gr8 thanx
i am having problems with the size of files i can upload currently i cant upload anything over 5kb
<input type="hidden" value="60" name="MAX_FILE_SIZE">
<input type="file" value="" name="file"></font></td></
i have tried changing value = 60 to value = 6000 and also value = to value = 6000
but no success,
i also would like to limit the files being uplodes to jpg,bmp, gif etc..
i dont know .php and im a bit new to this
so code snippets would be apriciatred
thanx, steven
i have solved the problem of the file size upload by changingthe value ="60" to value="" so their is no limit @ all.
still wondering about the limmiting of just to photoes thanx
i ope this also helps other ppl
file extension checking is not implemented to keep the forms as general as possible. You can try and find code on the web that validates the file type, it shouldn't be too hard (a couple of lines of code in fact).