My goal is to allow people to upload a .jpeg file through one of my ezpages. I'm not sure if i'm going way over my head here as i'm new to this, but it will really help with what i'm trying to do with my business.

I was able to get the html code:
<input type="hidden" name="MAX_FILE_SIZE" value="3000">
<input type="file" name="file"></td></tr>
But what do I need to do to really upload the file? Do I have to create php code/file or can it just send the file to my e-mail?
Has anyone tried this before?