Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hey, I want to upload a Full directory of images but everytime if i try to upload it via OpenFileResult only 1 Picture get uploaded!
I need help.
Regards
Use a List, add the images path in the list and then put the list variable in OpenFileResult, if you use a string array instead of list it will not work.
@nicck can you provide an example script? I also need it to mass upload videos on TikTok
Thanks You Master ❤❤
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
Works good.
Thank you so much