On Tue, 5 Apr 2011 10:54:27 +0200, Roberto Salgado wrote:
I'm using 0.8 version and trying to upload an 800MB file. As soon
as my
browser (Firefox 3.x and Chrome 8.0.552.224) finalizes sending the
file I
got the login form again and file is not uploaded.
Getting the login form again is strange, this probably means the PHP
process has been interrupted.
Do you have access to the PHP's error log to see if there's any
relevant message?
php_value max_file_size 1024M
php_value file_uploads On
php_value upload_tmp_dir /var/spool/dl/tmp/
php_value upload_max_filesize 1024M
php_value post_max_size 1025M
php_value apc.rfc1867 On
Default PHP values contains:
magic_quotes_gpc = Off
magic_quotes_runtime = Off
date.timezone = Europe/Madrid <-- Both Clocks are using NTP servers
for
sync.
...
extension=apc.so
Looks good.
DL dir and DL tmp dir have more than 100GB free. Progressbar has not
been
shown. I successfuly uploaded a 500MB file but can't upload larger
files.
Did you ever get the progress-bar uploading any file?
With both browsers?
Can anyone help me with this issue? Is it "timeout" related?
This could happen for a lot of reasons. I hope you have access to the
log files.
I'm thinking about max_input_time or max_execution_time limits which
may be too low in this case.