Hello,

Looking for help in getting Owncloud server (8.2.7) to allow larger than 2GB file size via the web gui. I have modified both the .htaccess and the php.ini files to allow for 16G file uploads. When I try to upload a 4.3GB file it shows the upload progress bar moving all the way to the end and then it just pops up a "Internal Server Error" and no file is uploaded. Nothing shows up in the owncloud.log file either.


Anything else I'm missing?

.htaccess:
<IfModule mod_php5.c>
  php_value upload_max_filesize 16G
  php_value post_max_size 16G
  php_value memory_limit 512M
  php_value mbstring.func_overload 0
  php_value always_populate_raw_post_data -1
  php_value default_charset 'UTF-8'
  php_value output_buffering 0
  <IfModule mod_env.c>
    SetEnv htaccessWorking true
  </IfModule>
</IfModule>

php.ini:
post_max_size = 16G
upload_max_filesize = 16G

--
C. J. Keist                     Email: [email protected]
Systems Group Manager           Solaris 10 OS (SAI)
Engineering Network Services    Phone: 970-491-0630
College of Engineering, CSU     Fax:   970-491-5569
Ft. Collins, CO 80523-1301

All I want is a chance to prove 'Money can't buy happiness'

_______________________________________________
User mailing list
[email protected]
http://mailman.owncloud.org/mailman/listinfo/user

Reply via email to