掲示板

Get Browser Download folder path

7年前 に Madasamy P によって更新されました。

Get Browser Download folder path

Junior Member 投稿: 90 参加年月日: 16/07/27 最新の投稿
I want to get the download folder path for all browser and all OS's.
I use the download folder path assigned to a String variable to download an zip file to the system local browser download folder location
So any code or another results possible as my convenience?
thumbnail
7年前 に Olaf Kock によって更新されました。

RE: Get Browser Download folder path

Liferay Legend 投稿: 6403 参加年月日: 08/09/23 最新の投稿
Madasamy P:
I want to get the download folder path for all browser and all OS's.


Server-side or on Javascript: Not possible. And it wouldn't help you, as the browser might prompt individually for each download instead of silently downloading to the default folder.

If you could get this, it would leak information like the current OS user's name to servers - something that ad-companies would love to have in order to track their visitors - you'd have seen quite a few complaints and reports on this.
7年前 に Madasamy P によって更新されました。

RE: Get Browser Download folder path

Junior Member 投稿: 90 参加年月日: 16/07/27 最新の投稿
Thanks for your information Olaf Kock