I am looking for a upload image code so that I can add to my website so others when visiting that can uplaod a picture and send it to me
Research "input type file".
Use this code
<input type="hidden" name="MAX_FILE_SIZE" value="500" /> < input type="file" />
hey ayesha789 You have done it in very simple way . . . :-) I was not aware of input type="file" Thanks . . .