0

everyone.

I've built a site to parse online video url. eg: facebook video downloader

I can get the real video address by using python Crawler.

My problem is: after getting the real video address, how can I open the saveAS Dialog box of browser by click any button?

Now the user has to right click and select "saveAS" menu item.

sorry, but you can see the image at here

CBroe
  • 91,630
  • 14
  • 92
  • 150
www.atob.site
  • 61
  • 2
  • 4
  • see [Html Button to Save](http://stackoverflow.com/a/29702870/7081346) ( on stackoverflow ) if it is a video URI then change datatype in `data:`. – S Jayesh May 13 '17 at 03:37
  • try this [Try This thread, it may work for you and let me know as well :-)](http://stackoverflow.com/questions/11336663/how-to-make-a-browser-display-a-save-as-dialog-so-the-user-can-save-the-conten) – gkarthiks May 13 '17 at 03:41

1 Answers1

1

You can do this using the cross-browser Javascript "Save As" dialog on GitHub: https://github.com/koffsyrup/FileSaver.js

WahhabB
  • 520
  • 3
  • 8