MarkH1201 Posted March 21, 2019 Posted March 21, 2019 I'm running a HttpPost script from our website to download photos. The problem I am running into is that I can't get the .jpg images to load correctly. The error message I receive is: It looks like we don't support this file format. I've tried using the _base64.au3 file with no success. Example: $sDecode = _Base64Decode($sResponse); Response is specific image results If anyone would be able to assist, I would greatly appreciate it. Attached are: HTTP Post.txt (All data from the website) Image code.txt (A specific image results. This is what I am using to decode). Thank You HTTP Post Results.txt Image code.txt
MarkH1201 Posted March 21, 2019 Author Posted March 21, 2019 Got it. Using CMD "certutil" and is decoding the images flawlessly.
Jfish Posted March 21, 2019 Posted March 21, 2019 (edited) Would you mind posting that solution? I would be interested to take a look, I have not used that before. EDIT: I found certutil and can get it to work on my data - but not the sample you provided or slices of your full file. Did you use different data or certain parameters? Edited March 21, 2019 by Jfish Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now