Ich habe ein paar Seiten, die Dateien in eine Datenbank hochladen. Ich war auf PHP 8.3, musste mich aber für Imagick auf PHP 8.2 herabstufen. Bevor ich bis zu 64 MB Dateien laden konnte.echo $_FILES['userfile']['error']
< /code>
2
< /code>
This means MAX_FILE_SIZE has been exceeded (see UPLOAD_ERR_FORM_SIZE< /code> In PHP -Datei -Upload -Konstanten)
.
Ich habe in meinem Skript nicht max_file_size festgelegt.php_value post_max_size 128M
php_value upload_max_filesize 128M
php_value memory_limit = 128M
< /code>
I don't have an .htaccess file and the phpinfo() shows the same values as the php.ini plus the same path as the php.ini file I changed.
I have been at this for 2 days but to no avail and all answers come back to setting the values in PHP.ini, restart the services and check other files so the values are not overwritten. Still I can't get it to work. Any guru vibes are welcome.
Ich habe ein paar Seiten, die Dateien in eine Datenbank hochladen. Ich war auf PHP 8.3, musste mich aber für Imagick auf PHP 8.2 herabstufen. Bevor ich bis zu 64 MB Dateien laden konnte.echo $_FILES['userfile']['error'] < /code> 2 < /code> This means MAX_FILE_SIZE has been exceeded (see UPLOAD_ERR_FORM_SIZE< /code> In PHP -Datei -Upload -Konstanten) . Ich habe in meinem Skript nicht max_file_size festgelegt.php_value post_max_size 128M php_value upload_max_filesize 128M php_value memory_limit = 128M < /code> I don't have an .htaccess file and the phpinfo() shows the same values as the php.ini plus the same path as the php.ini file I changed. I have been at this for 2 days but to no avail and all answers come back to setting the values in PHP.ini, restart the services and check other files so the values are not overwritten. Still I can't get it to work. Any guru vibes are welcome.
Ich habe einige PHP -Dateien und eine Blade -Datei geschrieben, um den Inhalt der Seite zu laden. Ich habe alle Stile und JavaScript -Dateien integriert, um die Seite mit master.blade.php im Ordner...
Ich erwarte eine sehr niedrige CPU -Verwendung beim Hochladen von Daten über SFTP oder Web -Benutzeroberfläche in Minio. Aber CPU -Spike tritt beim Hochladen von Daten über SFTP oder Web UI auf....
Ich kann problemlos Bilder auf unsere Website hochladen, insbesondere einen generierten QR-Code. Ich verwende den Code, um einem bestellten Produkt zu folgen und es der gedruckten personalisierten...