I tried using GET request to download the picture but it seems like it generates random file names. So then i don't know how i can rename it and then move the file.
I tried using GET request to download the picture but it seems like it generates random file names. So then i don't know how i can rename it and then move the file.
When You download any file with GET request then file path is saved in Your GET action variable.
From there You can move file wherever You need and change name to whatever You need.