Base64 Encode a ZIP file using Classic ASP and VB Script
问题 I have a zip file, which contains one CSV file. I need to Base64 encode this zip file to send to eBay (using their API). I used this website: http://www.opinionatedgeek.com/DotNet/Tools/Base64Encode/ which works nicely, I upload my zip file and it returns a base64 encoded string which eBay likes. I need to do what this website does, but using Classic ASP and VB Script. I already have a base64 encode function, from here: http://www.motobit.com/tips/detpg_base64encode/ so I don't need a script