Skip to content

Instantly share code, notes, and snippets.

@no1k
no1k / index.php
Last active December 24, 2023 09:38
Single image upload PHP
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Single Upload Form with PHP</title>
</head>
<body>
<form method="POST" action="upload.php" enctype="multipart/form-data">
<label for="file"> Pick a file : </label>