Page 1 of 1

PHP Forms

Posted: Fri Feb 11, 2011 8:15 am
by toonbon
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

Re: PHP Forms

Posted: Fri Feb 11, 2011 8:53 am
by anantha
ya it allows text inputs...

Re: PHP Forms

Posted: Fri Feb 11, 2011 11:19 am
by toonbon
Thanks. And radio buttons, and checkboxes and select drop-downs, etc, etc? Could you point me to some documentation?

Thanks.