Instagram Images NOT being downloaded. - WeOnlyDo Discussion board

Instagram Images NOT being downloaded. (wodHttpDLX)

by Jasmine, Monday, October 12, 2015, 17:40 (3118 days ago) @ ihutee

Hi Ihutee.

You're seeing question marks due to encoding that is used when binary data is converted to string. However, when dealing with binary data, you should not even access Response.Body. Rather, access it through Response.Filename to access raw file, and then copy or reference directly.

You can even set up your own Response.Filename to point to a file where it suits you, from within HeadersDone event.

I hope this helps!
Jasmine.


Complete thread: