Hello again! I have attempted to create an auto-updater for my game 'ROCKETS <img src="smileys/smiley35.gif" border="0"> EVERYWHERE', and so far everything is responding correctly, until I finish downloading a file (like a .zip or a .png) and it's corrupt; full of unrecognizable characters.
Based on minimal research, it turns out that javascript variables store info as ASCII and it can't recognize most binary characters used.
Is there a way to get AJAX to download as Binary and not ASCII or Unicode? If not, is there a way around this problem?