@mak0ni
https://pinterest-media-upload.s3.amazonaws.com/
according to fiddler here is the WebForm, but i can get the Values for the form-data
7481bcdb-dac9-4100-962e-4df7d36e18e1-image.png
Image in Telegraph
Moved
Support
-
F Fox moved this topic from Feedback on
-
It's tricky.
What solved it for me was:-
Screenshot in Base64 of the web;
-
Write it to disk
-
Post https://api.telegram.org/botXXXXXXXXXXX:SECRET/sendPhoto
-
Post using the postdata constructor as example: -- "chat_id",{{chatId}},"photo","file://" + {{Image folder location}} + "screenshot.png"
-
use multipart content type
-