Results 1 to 10 of 19
Threaded View
-
22nd Dec 2011, 01:52 PM #6MemberWebsite's:
epicimagehost.comThe problem is you are using wget to download the file.
If you want to stream the file to your users, you have to:
1) Open the stream to the direct link.
2) Send the required headers ( such as the cookie ) | So now you're writing to the stream.
3) Read the response-headers. | Still the same stream, now you just read from it.
4) Send headers to client ( header() function )
5) Echo rest of response to the screen. | You're reading data from the stream in chunks
But note that PHP isn't the right/best language for this.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Stream download link to user using CURL
By santanu18 in forum Technical Help Desk SupportReplies: 2Last Post: 8th Dec 2011, 04:44 AM -
Can i Add in Glype Proxy code to my Custom HTML Proxy template?
By mrHunt in forum Web Development AreaReplies: 0Last Post: 27th Oct 2011, 11:37 PM -
[Hiring] PHP Curl upload/download functions
By coincoinwc in forum Completed TransactionsReplies: 1Last Post: 29th Sep 2011, 01:18 PM -
How can I download from filesonic using curl ?
By shounak2011 in forum Web Application/Script SupportReplies: 0Last Post: 17th Sep 2011, 07:17 AM -
need help in filesonic/wupload download using curl
By saninokia in forum Web Development AreaReplies: 1Last Post: 30th Jul 2011, 04:11 PM
themaCreator - create posts from...
Version 3.55 released. Open older version (or...