L
L
Lenar Fattakhov2015-04-10 13:02:31
JavaScript
Lenar Fattakhov, 2015-04-10 13:02:31

Is it possible to save images on iOS using a link instead of opening them?

Good afternoon, I'm trying to make it so that when you click on a link to an image, the file does not open, but is saved.
Added lines to htaccess

<FilesMatch "\.(?i:png)$">
  ForceType application/octet-stream
  Header set Content-Disposition attachment
</FilesMatch>

Tested on samsung and nokia - everything works. And iOS stubbornly continues to open the picture. Even on Chrome.
Please tell me if there is any way to fix this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
iMike, 2015-04-10
@iFamily

It is forbidden :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question