php upload error
after switching hosts, my upload scripts quit working, and I kept getting
Error #2038: File I/O Error
the solution was to add a .htaccess file with:
SecFilterEngine Off
SecFilterScanPOST Off
This was a problem with ModSecurity being enabled with the host.
0 Comments
Posted on 2009 Aug 31 by
Daniel