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 9186101
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T19:26:28+00:00 2026-06-17T19:26:28+00:00

Is it possible to prepend some bytes to a file when it is requested

  • 0

Is it possible to prepend some bytes to a file when it is requested for download WITHOUT writing the file on the server in a temporary location using PHP.

For example, consider a file somefile.txt which has the contents “originaltext”. If the file is requested for download, then the file that gets downloaded has the contents “prependedtext_originaltext”

I wish to achieve this without creating a temp copy of the file on the server because this file is likely to be very large and server space would fill up rapidly if a large number of users requested the file.

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-06-17T19:26:29+00:00Added an answer on June 17, 2026 at 7:26 pm

    It’s possible, of course.

    Now this depends on how you are serving the files. If you link directly to the files you will have to create a rewrite rule in your web server, that will pass the requested file to your PHP script[1]. The script will then output your “prependtext” along with the contents of the file. Don’t forget to add appropriate HTTP headers[2]!

    If you are already serving the files trough a PHP script then you jut need to output your “prependtext” before you output the contents of the file.

    Remarks:

    [1] To do so memory efficient with large files, use readfile()

    [2] For text files the most important header is Content-type: text/plain (also see documentation for header() and readfile())

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

Sidebar

Related Questions

Possible Duplicate: Prepend lines to file in Java I have a CSV-file which supports
Possible Duplicate: How do I make a request using HTTP basic authentication with PHP
Is it possible to prepend after a certain element? For example, I am prepending
Is it possible to prepend an associative array with literal key=>value pairs? I know
Possible Duplicate: Why does BinaryWriter prepend gibberish to the start of a stream? How
Possible Duplicate: How can I understand nested ?: operators in PHP? Why does this:
Is it possible to use prepend for each element in a list of input
Say I have ten lines and I want to prepend text to some word
Is it possible in mysql to return the tablename.field in a join without manually
here is my ajax call // send the data to the server using .ajax()

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.