Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to force chrome display a Save As Dialog when i click a download link?

I'm using WebKitBlobBuilder in chrome to generate a text file in user side.

Now, i need to show a save as dialog, let user decide which folder to put the newly generated file.(In chrome)

"Save As Dialog", no browser configurations.

How? Thanks!

like image 807
iuwei Avatar asked Jan 14 '12 17:01

iuwei


1 Answers

Check the Settings --> Show Advanced Settings --> Downloads section. Tick the "Ask where to save each file before downloading" option. And try!

like image 81
Sheshachaliah N Avatar answered Nov 06 '22 15:11

Sheshachaliah N