Thanks,
i dont have any knowledge about it, will you please do it for me.
Thankyou and waiting for your reply....
User Profile
Collapse
-
Thanks for your code,
i am using download accelerator to do download my files but it gives error message in start of downloading that "resume not supported". means if user lost his connection than it is not possible to start/resume download from the broken state. Means that if a user is downloading 3 mb file, and after 2 mb of download if user lost internet connection, or due to power failure, than the user will lost 2 mb, and user...Leave a comment:
-
Yes you are right,
i am using download accelerator to do download my files but it gives error message in start of downloading that "resume not supported". means if user lost his connection than it is not possible to start/resume download from the broken state. Means that if a user is downloading 3 mb file, and after 2 mb of download if user lost internet connection, or due to power failure, than the user will lost 2 mb, and user...Leave a comment:
-
Need "Resume Support" in forced downloding of media file
I am using the following PHP code to force the internet browser to download a media file(e.g, .mp3, .wma), But in this code, there is no resume support in downloading these files.
i dont know PHP, i am very much thankful to the person who gave me this code.
Kindly tell me, that what changings are to be needed to enable resume support in downloading.
Thankyou.
[CODE=php]
<?php
if((array_key_e xists('file',... -
Thanks for reply,
but as i said in the start that i dont know even PHP, than how can i understand what is to change and where to change/add your give Code.
i am using linux webserver, kindly tell me the simplest way so that there may be a resume support in downloading,
In adddation to my last post, i want to tell that Mozilla firefox's download box have the resume support, but download accelerator dont have resume support....Leave a comment:
-
Thanks a lot Mr. Hackles.
i have found your code working on my webserver.
The only changing i have made is to remove "./" from your Html code as
[code=html]
<a href="download. php?file=name.m p3">Link</a>
[/code]
Thanks again
Now i have the problem that there is no resume support in downloading mp3 files using yours code, (i am using download accelerator...Leave a comment:
-
-
Forcing the browser to download a music file
i dont know php & i want a script that when a user click on a mp3 hyperlink, the mp3 file start downloading instead of start playing in media player.
i got a sxript from internet search.
i am using the following code
[code=php]
<?php
$filename = "path/to/file/filname.ext";
if(!file_exists ($filename)) {
die("File does not exist!");
...
No activity results to display
Show More
Leave a comment: