This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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'])) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Ссылка на плагин: | |
| https://packagecontrol.io/packages/BufferScroll | |
| или | |
| https://github.com/titoBouzout/BufferScroll |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Ссылка на плагин | |
| https://github.com/Grafikart/ST3-LiveReload | |
| Устанавливаем в C:\Users\User\AppData\Roaming\Sublime Text 3\Packages | |
| Название папки должно быть просто LiveReload | |
| Важно! В данной папке может быть ещё одна папка, от неё нужно избавиться | |
| Затем в настройках плагина добавить | |
| { | |
| "enabled_plugins": [ |
NewerOlder