More information about this bug :
– The problem seems to occur on the whole customer’s network (tests done on many machine Linux/Win with the same error).
– The problem doesn’t seem occur on our or other network (as far as we can see…)
Ofc, our customer uses a network firewall, but they never had this problem, for example when they use sendit or other file transfert web services…
Also added some .htaccess magic just in case, but I don’t think this will solve anything as our server don’t use the mod_security (not in mods-enabled dir), besides I don’t think this might be a server-side problem :
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
I am gonna try simple HTML form file tests and see what happens…