From 2bc3de6b1bbaad47fd98288e617e915da79569ad Mon Sep 17 00:00:00 2001 From: RealRancor Date: Sat, 7 Mar 2015 12:46:23 +0100 Subject: [PATCH] Add note for missing large files support on Windows PHP --- .../configuration_files/big_file_upload_configuration.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/admin_manual/configuration_files/big_file_upload_configuration.rst b/admin_manual/configuration_files/big_file_upload_configuration.rst index c68484317..7ce8832ea 100644 --- a/admin_manual/configuration_files/big_file_upload_configuration.rst +++ b/admin_manual/configuration_files/big_file_upload_configuration.rst @@ -7,6 +7,7 @@ limit up to what your filesystem and operating system allows. There are certain hard limits that cannot be exceeded: * < 2GB on 32Bit OS-architecture +* < 2GB on Windows (32Bit and 64Bit) * < 2GB with Server Version 4.5 or older * < 2GB with IE6 - IE8 * < 4GB with IE9 - IE10