Mehr Upload Größe

Ich wollte fragen wie es geht das ich die Upload Größe höher setzte wie 2 GB

Ohne dass Du Dir die Mühe machst, deine Systemumgebung mitzuteilen können wir diesbezüglich allenfalls im Kaffesatz lesen…

Nextcloud Läuft auf einem raspberry pi 3 mit php 5.6 Nextcloud Version 11.0.2

Dann gehe ich mal von 32bit-PHP aus. Das hat eine Beschränkung auf 2 GB. Bleibt nur das integrierte File-chunking oder flowupload…
https://apps.owncloud.com/content/show.php/FlowUpload?content=174536

Und wie geht das wäre es nicht einfacher php 5.6 auf 64 bit umzustellen wenn das überhaut geht

Immer langsam mit den jungen pferden ^^

Configuring PHP

If you don’t want to use the ownCloud .htaccess or .user.ini file, you may configure PHP instead. Make sure to comment out any lines .htaccess pertaining to upload size, if you entered any.

If you are running ownCloud on a 32-bit system, any open_basedir directive in your php.ini file needs to be commented out.

Set the following two parameters inside php.ini, using your own desired file size values:

upload_max_filesize = 16G
post_max_size = 16G

das schon versucht ^^

PS hier der link

https://doc.owncloud.org/server/8.2/admin_manual/configuration_files/big_file_upload_configuration.html

Hab ich ausprobiert und es hat nicht funktionier ich kann im menü immer noch nur max. 2 gb eingeben das Problem was ich herausgefunden habe mein Betriebssystem ist 32 bit obwohl der raspberry 64 bit könnte gibt es keine passende Software dafür und da scheiterst dann vileicht hab ihr noch eine idee

Ich galube weniger das 32 bit oder 64 bit damit was zu tun haben ^^ eher das du die falsche php.ini hast bei mir gibt es auch gleich 3 stück bei ubuntu ^^

also du hast das :
sudo nano /etc/php5/fpm/php.ini
search for upload_max_filesize and set it to 2000M
search for post_max_size and set it to 2000M

natürlich mit deinen werten ^^

was ist mit dem :

Dave now recommends you edit a couple of files in the /var/www/owncloud folder to tweak the filesizes:

pi@cloud:~/ $ sudo nano .htaccess
Then set the following values to 2000M:
Php_value upload_max_filesize
Php_value post_max_size
Php_value memory_limit

pi@cloud:~/ $ sudo nano .htaccess
Then set the following values to 2000M:
Php_value upload_max_filesize
Php_value post_max_size
Php_value memory_limit

pi@cloud:~/ $ sudo nano .user.ini
Then set the following values to 2000M: upload_max_filesize
post_max_size
memory_limit

pi@cloud:~/ $ sudo nano .user.ini
Then set the following values to 2000M: upload_max_filesize
post_max_size
memory_limit

hab ich von hier ^^

https://normally.online/2016/04/29/owncloud-9-0-1-on-raspberry-pi-3-step-by-step/

Du kannst einmal in der php.ini was angeben oder aber auch in der .htaccess :smile_cat: