Topic: upload stops at 20.971.520 bytes in Strato shared hosted server
I used the standard examples with only a modification of the upload path:
$targetDir = "./plupload"; and set the file size limit to 1000mb.
1 mb chuncks, multiple_queues : false
This works fine with the flash, jquery_ui and html5 uploaders on my home server.
On the Strato server, it works up to abt. 20.5 mb, if the file is larger then all above methods stop at 20.971.520 bytes written.
The browser shows an error triangle; the jquery_ui also displays IO error. Error #2032
The php settings are:
The setting of PHP configuration parameter 'memory_limit' is [128M]
The setting of PHP configuration parameter 'post_max_size' is [8M]
The setting of PHP configuration parameter 'upload_max_filesize' is [2M]
Any ideas?