Download button (optional) - ability to choose where to save file
Автор: Antonio L.
Просмотрено 1353,
Подписчики 1,
Размещенный 0
is there a way to allow a user to select a folder where to download the file after pressing the Download Button?
Размещено
l'oggetto download button non centra !
Quella è un'opzione che chi naviga decide sul proprio browser...
esempio per Firefox:
https://support.mozilla.org/en-US/kb/where-find-and-manage-downloaded-files-firefox#w_change-where-downloads-are-saved
(It > En) ... very simple HTML EXTRA:
<a style="font-size:22px;text-decoration:none; color:navy" href="files/namefile.jpg" download > download image </a>
<a style="font-size:22px;text-decoration:none; color:red" href="files/namefile.pdf" download > download PDF</a>
<a style="font-size:22px;text-decoration:none; color:blue" href="files/namefile.txt" download > download text </a>
... or with direct connection File or URL | Internet file, by typing:
files/namefile.pdf" download "
(as you can see, folder + file name + downolad and with the two asymmetric quotes ("));
>> https://helpcenter.websitex5.com/ru/post/195560#comment3
.
ciao
.
Автор
Thank You....