Skip to content Skip to sidebar Skip to footer
Showing posts with the label Download

How To Download A File In A Password-protected Location In Delphi 2007

I need to get the contents of a HTML page from the Web, but the contents of the respective resource… Read more How To Download A File In A Password-protected Location In Delphi 2007

Download Http Thru Sockets (c)

Recently I started taking this guide to get myself started on downloading files from the internet. … Read more Download Http Thru Sockets (c)

Button For Downloading Svg In Javascript & Html?

There's an SVG image that's rendered in the browser. I want a button below to download the … Read more Button For Downloading Svg In Javascript & Html?

Php Csv File As Download

i have a file called test.csv on my webserver and i like to download it: CSV Download But the fil… Read more Php Csv File As Download

Send Multiple Files To The User For Download One After Another

I'm trying to do the following: A grid with a lot of files is shown to the user The user selec… Read more Send Multiple Files To The User For Download One After Another

Rails: Emulate "save Page As" Behaviour

for a rails project I need to provide the user with a downloadable HTML version of a statistics pag… Read more Rails: Emulate "save Page As" Behaviour

Disable Downloading Of Image From A Html Page

Suppose there is a html page containing some images. we want to disable the downloading of the imag… Read more Disable Downloading Of Image From A Html Page

How To Tell If A File Was Really Downloaded And Saved, Despite Browser Prefetch/cache?

I am creating a script to keep download statistics, but I would only like to update the stats if th… Read more How To Tell If A File Was Really Downloaded And Saved, Despite Browser Prefetch/cache?