You would need to access to $_POST array for the rest of the form information. Hope this helps!
Bikerdan On 5/10/2012 9:19 AM, Merrill Oveson wrote: > Uphpers: > > <form enctype="multipart/form-data" action="document_add_sql.php" > method="post" name="add_document_form"> > <input type="text" name="registrationCode" value="XXX"> > <input name="MAX_FILE_SIZE" value="10000000" type="hidden"> > <input size="100" name="image" type="file"> > <input value="Submit" type="submit"> > print</form> > > > The resulting $_FILES arrary doesn't include my "registrationCode" > > What's the best solution here? > > Thanks > > Merrill > > _______________________________________________ > > UPHPU mailing list > [email protected] > http://uphpu.org/mailman/listinfo/uphpu > IRC: #uphpu on irc.freenode.net _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
