Here is a sample code:
<form action="handler.php"> <p><strong>Укажите картинку</strong></p> <p><input type="file" name="img" accept="image/*"> <input type="submit" value="Отправить"></p> </form>
I don’t understand here what should be in handler.php in order for files to be uploaded to /file/image/
?