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
PHP Forms
Moderator: General Moderators
Re: PHP Forms
ya it allows text inputs...
Re: PHP Forms
Thanks. And radio buttons, and checkboxes and select drop-downs, etc, etc? Could you point me to some documentation?
Thanks.
Thanks.