User Profile

Collapse

Profile Sidebar

Collapse
Irfan12
Irfan12
Last Activity: Sep 24 '07, 01:03 AM
Joined: Sep 15 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thanks,
    i dont have any knowledge about it, will you please do it for me.
    Thankyou and waiting for your reply....
    See more | Go to post

    Leave a comment:


  • Irfan12
    replied to Forcing the browser to download a music file
    in PHP
    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...
    See more | Go to post

    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...
    See more | Go to post

    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',...
    See more | Go to post

  • Irfan12
    replied to Forcing the browser to download a music file
    in PHP
    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....
    See more | Go to post

    Leave a comment:


  • Irfan12
    replied to Forcing the browser to download a music file
    in PHP
    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...
    See more | Go to post

    Leave a comment:


  • Irfan12
    replied to Forcing the browser to download a music file
    in PHP
    Thankyou for guidance
    Can you solve this problem???????? ???
    See more | Go to post

    Leave a comment:


  • Irfan12
    started a topic Forcing the browser to download a music file
    in PHP

    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!");
    ...
    See more | Go to post
    Last edited by pbmods; Sep 15 '07, 09:29 PM. Reason: Added [CODE] tags.
No activity results to display
Show More
Working...