--- Samir <[EMAIL PROTECTED]> wrote: > would u happen to know how to prevent mp3 from storing in user HD. I > dont want mp3s to be stored in temporary internet folder. Any idea?? > > Thanks in advance > Samir
This is not a PHP question. You will probably want to look into audio streaming as a method to prevent a file from showing up in the browser cache. There might be some headers which could be sent with the .mp3 file to tell the browser to not cache it but these can probably be sidestepped by a clever user. James
