Unexpected response: Upload error: cannot write into the temporary directory (411)

I’m having an issue uploading files that are over 1GB, files around 100MB are working just fine. Very much a novice to pydio and linux so looking for any pointers on what logs to look at or where to go from here. I’m not sure what version of pydio we are on.

Kernel version:
Linux lo-pydio1 2.6.32-754.17.1.el6.x86_64 #1 SMP Tue Jul 2 12:42:48 UTC 2019 x8 6_64 x86_64 x86_64 GNU/Linux

Hello,

To upload a xG files, following configs must be done:

php.ini
max_post_size = xG
upload_max_filesize = xG
memory_limit = 512M (recommended)
max_execution_time = 600 (depending on the bandwidth of connection. It should be >= duration of upload)

Pydio settings:
Main Option >> Upload >> set upload size = 0 then “Save” to force pydio reload value from php.ini

PHP version 32 bit is limit at ~2.2G
PHP version 64: no limit

Hi there,

Where do I find the php.ini file?