Created
November 7, 2010 18:30
-
-
Save andrerocker/666306 to your computer and use it in GitHub Desktop.
post blog upload html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<form method="post" action="centro.php" enctype="multipart/form-data"> | |
<input type="hidden" name="acao" value="upload-logo"> | |
<input type="file" name="logo"> | |
<input type="submit" value="Enviar"> | |
</form> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment