Skip to content

Instantly share code, notes, and snippets.

@andrerocker
Created November 7, 2010 18:30
Show Gist options
  • Save andrerocker/666306 to your computer and use it in GitHub Desktop.
Save andrerocker/666306 to your computer and use it in GitHub Desktop.
post blog upload html
<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