Skip to content

Instantly share code, notes, and snippets.

View ivanitch's full-sized avatar
🎯
Focusing

`𝕊𝕖𝕣𝕘𝕖𝕪 𝕀𝕧𝕒𝕟𝕠𝕧 ivanitch

🎯
Focusing
View GitHub Profile
@ivanitch
ivanitch / php-file-upload.php
Last active December 13, 2025 18:40
Uploading a file to the server using php
// HTML form
<form action="upload.php" method="post" enctype="multipart/form-data">
<input type="file" name="image" required>
<button type="submit">Загрузить</button>
</form>
<?php
// File upload.php
// Если в $_FILES существует "image" и она не NULL
if (isset($_FILES['image'])) {
Ссылка на плагин:
https://packagecontrol.io/packages/BufferScroll
или
https://github.com/titoBouzout/BufferScroll
Ссылка на плагин
https://github.com/Grafikart/ST3-LiveReload
Устанавливаем в C:\Users\User\AppData\Roaming\Sublime Text 3\Packages
Название папки должно быть просто LiveReload
Важно! В данной папке может быть ещё одна папка, от неё нужно избавиться
Затем в настройках плагина добавить
{
"enabled_plugins": [