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

Recommended Answers

All 4 Replies

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 . . .

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.