Смотрите видео ниже, чтобы узнать, как установить наш сайт в качестве веб-приложения на домашнем экране.
Примечание: Эта возможность может быть недоступна в некоторых браузерах.
Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
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.