Skip to content

Instantly share code, notes, and snippets.

View rez-f's full-sized avatar
💻
Typing

Rez rez-f

💻
Typing
  • Indonesia
View GitHub Profile
@zvineyard
zvineyard / html_form
Created August 30, 2012 15:29
PHP: Upload and Rename File
<form action="" enctype="multipart/form-data" method="post">
<input id="file" name="file" type="file" />
<input id="Submit" name="submit" type="submit" value="Submit" />
</form>