This is a discussion on Re: enctype="multipart/form-data" is screwing up the form variables within the PHP Language forums, part of the PHP Programming Forums category; note.. this code worked with: <form method="post" action="test.php"> but not with &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
note.. this code worked with:
<form method="post" action="test.php"> but not with <form enctype="multipart/form-data" method="post" action="test.php"> i don't understand why this would happen. maybe it's something specific to this server as i have used the enctype="multi..." on a different server and it's worked fine. |