I'm trying to base64 encode a 990KB executable, using PHP 4, Win2k and IIS 5.
When I base64_encode() things like images, it works fine. Is there a file size limit to base64 encoding? If I do large files, like the 990k file, IIS (inetinfo.exe) crashes.
Has anyone come across this before?