I have assigned the following values to my form:
- Action:
upload.php
- Method:
POST
- EncodingType:
multipart/form-data
I have tried for the last 8 hours to use scripts from various threads and they all fail... I am sure that I am missing a critical step. Is there anyone who can walk me thru to the next step... the form is here:
www.lost-angelz.com/submit.html I assume the next steps= create an upload folder in the public direct, create an upload.php page on the same public directory. what is the magical php script to make my form work?