Submit Form Equivalent To WML
- by Nathan Campos
I'm playing a little bit with WML with PHP, then I want to know what is the equivalent of this on WML:
<form action="upload_file.php" method="post"enctype="multipart/form-data">
<label for="file">File:</label><br />
<input type="file" name="file" id="file" /><br />
<input type="submit" name="submit" value="Submit" />
</form>