Hi, I have a problem when opening files on a file management system. Its a multi level directory structure based system which allows users to upload and download files.
This is the script which opens a chosen file:
http://mydomain/myfolder/index.php?action=downloadfile&filename=My Uploaded Document.doc&directory=&
Well, I have checked all MIMETypes and everything seems in order, but eveytime i open the document from the system, it tries to look for it in my Temporary Internet Files folder and obviously cant find it so errors out. If I save the file to disk and then open, that works no problem, but I simply cant get a file to open frpm the index.php page itself - does anyone know why, or does anyone know a way around this?
The documents I am trying to open are doc, xls, pdf, and txt.
I am using IE6, php 4, and Apache 2 if that helps.
Thanks.