[Solved] Saving Temp File Outside of Doc Root |
[eluser]CoffeeBeanDesign[/eluser]
This is odd. I tried the following - Code: $filename = realpath('../tmp/myfile.xsl'); I removed the unlink part of the script to check where it was saving the file. The file was successfully attached and sent but I cant find the file anywhere on the server. There is no 'tmp' directory in my /var/www/ folder as expected, (one up from the doc root). I've searched everywhere for the file but can't find it. I'm happy that the temp file is now outside the doc root but slightly concerned I have no idea where it is being saved...!! There is one factor I haven't mentioned which shouldn't but may be affecting things, I'm using a temporary domain - http://myserver.com/mysite.com/ this could change the relative locations of directories (although I'm fairly sure it wouldn't). |
Messages In This Thread |
[Solved] Saving Temp File Outside of Doc Root - by El Forum - 08-15-2009, 03:03 PM
[Solved] Saving Temp File Outside of Doc Root - by El Forum - 08-15-2009, 03:32 PM
[Solved] Saving Temp File Outside of Doc Root - by El Forum - 08-16-2009, 12:51 AM
[Solved] Saving Temp File Outside of Doc Root - by El Forum - 08-16-2009, 03:24 AM
[Solved] Saving Temp File Outside of Doc Root - by El Forum - 08-16-2009, 03:24 AM
[Solved] Saving Temp File Outside of Doc Root - by El Forum - 08-16-2009, 03:30 AM
[Solved] Saving Temp File Outside of Doc Root - by El Forum - 08-16-2009, 03:50 AM
[Solved] Saving Temp File Outside of Doc Root - by El Forum - 08-16-2009, 03:54 AM
[Solved] Saving Temp File Outside of Doc Root - by El Forum - 08-16-2009, 04:09 AM
[Solved] Saving Temp File Outside of Doc Root - by El Forum - 08-16-2009, 06:54 AM
[Solved] Saving Temp File Outside of Doc Root - by El Forum - 08-16-2009, 10:20 PM
[Solved] Saving Temp File Outside of Doc Root - by El Forum - 08-17-2009, 01:14 AM
[Solved] Saving Temp File Outside of Doc Root - by El Forum - 08-17-2009, 01:39 AM
[Solved] Saving Temp File Outside of Doc Root - by El Forum - 08-17-2009, 11:19 PM
[Solved] Saving Temp File Outside of Doc Root - by El Forum - 08-18-2009, 03:05 AM
|