validating a required file upload field |
[eluser]pistolPete[/eluser]
[quote author="stef25" date="1239130812"]in what way does a file upload file differ from a text field?[/quote] Text fields are saved in the $_POST array while file uploads use the $_FILES array. Please have a look at - http://ellislab.com/forums/viewthread/106717/ - http://ellislab.com/forums/viewreply/538506/ |
Messages In This Thread |
validating a required file upload field - by El Forum - 04-07-2009, 08:00 AM
validating a required file upload field - by El Forum - 04-07-2009, 11:05 AM
validating a required file upload field - by El Forum - 04-07-2009, 12:51 PM
validating a required file upload field - by El Forum - 04-07-2009, 01:02 PM
validating a required file upload field - by El Forum - 04-07-2009, 05:13 PM
|