mbeck Posted March 29, 2006 Share Posted March 29, 2006 I have a situation where I need to alter 80 or so bytes of a binary file at the time an end user clicks on a link to download the file. The information that needs to be inserted includes such things as a timestamp and tracking ID. Space has already been made in the binary file for the insertion of the data, so there is no need to move anything around. The data needs to be inserted about 60 bytes into the file, not at the very start. The files themselves may be very large (gigs).Can anyone think of an efficient way to write the data to the file at the same time as the download?Thanks in advance,O.T. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.