I'm trying to upload a form with a jpg. Using email I want to download it to my computer. the form works fine without the jpg.
<FORM NAME="newad" ACTION="processing.php" METHOD="post" ENCTYPE="multipart/form-data">
I get a file not found when i include a form name.
I get a method not allowed if I omit the form name.
There is an .htaccess file on the server side allowing me to use php. but that is all I ftp'd to the server.
What am I missing?
I need help!