Tagged Questions
0
votes
0answers
71 views
downloading BLOB from database using content-disposition [closed]
I have a small problem with the php content-disposition, I kind of understand where the problem lies but I have no idea how to solve it (new to using databases). Calling this php page will result in ...
1
vote
0answers
97 views
How can I stop users stealing my video from my website? [closed]
I am making a website in PHP and I want to prevent anybody from copying or downloading my video or its URL, so that the user can only view the video on my website.
2
votes
3answers
683 views
How to download an MP3 or ZIP file onto mobile devices [closed]
I want to be able to download digital goods to smartphone users (music in format .mp3 or .zip). But iPhone and iPad do not allow direct forced downloads.
How can I provide mobile users with digital ...
2
votes
0answers
167 views
Maximum file size for iFrame in IE7
I've got a "super secure" javascript downloader* that I wrote, and it usually works alright. But I noticed, while trying to download a 90 meg file with it on a client's machine that on IE7, it's ...
1
vote
1answer
954 views
How to find the hidden download link of a file? [closed]
I want to write a flexget config file to download some subtitle files form http://subs.sab.bz/ The site provides rss feeds for its new releases. Unfortunately, the link provided will open a download ...
1
vote
1answer
123 views
How does Facebook saves images to my HDD
How Facebook downloads images, when you click "Download" near the picture? I see, that they are passing some argument:
_n.jpg?dl=1
,but how it is managed 'behind the scenes'?
2
votes
3answers
217 views
How to inform website owner if someone downloads something from the website?
Right, beginner here so bare with me..
What i've got: A simple html/css website with a page where clients can find informative documents in the form of PDF's and rich text documents, they can just ...