Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
<form action="" method="post" enctype="multipart/form-data">
<input type="hidden" name="MAX_FILE_SIZE" value="8589934592" />
<input type="file" name="upload" />
<input type="submit" name="submit" value="Submit" />
</form>
upload_max_filesize = 8G
php_value upload_max_filesize 8G
а защо неlam3r4370 каза:Или ако искаш да го ограничиш с код
Код:if($_FILES['file']['size'] > 8000000000) {//...}
if($_FILES['file']['size'] > 8e9) {//...}