Created
November 7, 2010 18:14
-
-
Save andrerocker/666294 to your computer and use it in GitHub Desktop.
post blog upload
This file contains 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
<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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment