Я попробовал с атрибутом загрузки: р>
Код: Выделить всё
Я также пробовал использовать заголовок PHP:
Код: Выделить всё
header('Content-Type: application/pdf');
header('Content-Transfer-Encoding: Binary');
header('Content-Disposition: attachment; filename="file.pdf"');
readfile('https://my-website.com/file.pdf');
Как это сделать?
Подробнее здесь: https://stackoverflow.com/questions/786 ... ile-device
Мобильная версия