I'm trying to setup a script on my own webserver that allows for large file uploads - 50-100mb. I've got a script working (PhpExplorer), and it works fine with 4-5mb files, but I can't get it working with anything larger than that. When I upload a 10mb file, for example, I just get a "The page cannot be displayed" error after I upload the file.
I've changed the following settings:
In /etc/php4/apache/php.ini
post_max_size = 150M
; Maximum allowed size for uploaded files.
upload_max_filesize = 150M
In telecharger.php of PhpExplorer:
<INPUT TYPE="hidden" name="MAX_FILE_SIZE" value="104857600">
Any ideas?
Please LMK - it's fairly urgent for work.
Rob
I've changed the following settings:
In /etc/php4/apache/php.ini
post_max_size = 150M
; Maximum allowed size for uploaded files.
upload_max_filesize = 150M
In telecharger.php of PhpExplorer:
<INPUT TYPE="hidden" name="MAX_FILE_SIZE" value="104857600">
Any ideas?
Please LMK - it's fairly urgent for work.
Rob
