PHP Forms
Posted: Fri Feb 11, 2011 8:15 am
I see that to upload a file you need to set enctype="multipart/form-data". But what if the form also has normal text inputs? Suppose, for example, the form is:
Have you ever been convicted of a crime? o Yes o No
if yes, please upload an explanation.| file name | Browse
Does the enctype="multipart/form-data" allow all of the normal form inputs?
Thanks
Steve
Have you ever been convicted of a crime? o Yes o No
if yes, please upload an explanation.| file name | Browse
Does the enctype="multipart/form-data" allow all of the normal form inputs?
Thanks
Steve