Hi,
I've used the big files tutorial for configuring owncloud 4.02. http://owncloud.org/support/big-files/
But i can't upload large files (< 200M) progress is ok, but it stop, the wheel keep spinning and file is not uploaded. I've browsed doc and forum, but i can't find any clue. Same problem with drag & drop or normal upload
Here is my conf :
/etc/php5/apache2/php.ini
upload_max_filesize = 2048M
post_max_size = 2500M
owncloud_folder/.htaccess
php_value upload_max_filesize 2048M
php_value post_max_size 2500M
as explained in this post, http://forum.owncloud.org/viewtopic.php?f=3&t=2634&p=4774&hilit=large#p4774 i 've changed /etc/apache2/httpd.conf
<IfModule mod_fcgid.c>
MaxRequestLen 20000000000
</IfModule>
Environment: Virtual Debian Squeeze on ESXi dedicated server
Server: Apache
Database: Sqlite
Client: Chrome
OC-Version: 4.02
PHP-Version: PHP Version 5.3.3-7+squeeze13
