| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
hmmm...
Join Date: Jan 2004
Location: Yorkuk
Posts: 2,127
|
PHP upload with form validation
Got a long form with server side validation, all working loverley. Until I add an input type="file". Due to the fact that PHP puts uploaded files in to the $_FILES array, and the value="" is ignored on most browsers. How do I keep the $_FILES information on subsequent posts? I need to process the upload after I've got all the form information, but didn't want to split the form down (but it looks like I may have to). |
|
|
|
![]() |