Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6637655
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T23:20:26+00:00 2026-05-25T23:20:26+00:00

I have the feeling this should be quite basic, but I’ve failed to find

  • 0

I have the feeling this should be quite basic, but I’ve failed to find a solution anywhere.

I’m working on an application that sends out an email to admins when a file is downloaded. Currently the email is sent out when a download begins, but I need to change this so that it only sends when the download is completed.

I suspect something like PHP’s register_shutdown_function might be what I need, but according to the PHP manual shutdown functions are now called before the request is completed. Which leaves me a bit stumped.

For what it’s worth, the function that currently handles downloads outputs them like this:

readfile($path);
exit;

The site in question is pretty large and complicated, so ideally I’d like to make as little change to the current code as possible. Any advice on how to solve this problem would be very much appreciated! Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T23:20:27+00:00Added an answer on May 25, 2026 at 11:20 pm
    readfile($path);
    mail('admin@example.com', 'Download completed', 'download be done, mon');
    exit();
    

    The readfile call will block the script until the file’s been loaded and output to the webserver. Note that there is no way for a PHP script to detect if the client has actually successfully downloaded the file. The file itself will be cached partially by the webserver, and PHP’s involvement ends when the webserver’s cache absorbs the entire file. That means the user can abort the download (or a network glitch kills it), yet you’ll still get notified that a download was completed.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a feeling this is a repost but I can't seem to find
I have a feeling this is a stupid question but I can't find the
I have a feeling that I already know the answer to this one, but
I have a feeling this should be a common requirement, but I can't work
I have a feeling that this should really not be all that difficult, yet
I have a feeling that this query is pretty easy to construct, I just
I have the feeling the answer to this question is no but I figured
I have a feeling I am completely borking this MySQL query but I'll ask
I somehow have the feeling that modern systems, including runtime libraries, this exception handler
This is an SDL problem, however I have the strong feeling that the problem

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.