Problem with the directory

See all posts Reply

Problem with the directory new!
by Straffon, 14 years, 2 months ago
Hi Colin,

I've a problem trying to set the directory path on different server type's. I mean on Linux, Windows, etc.
Can you help me to find a path out of the www. I mean that where the files get saved are on a different directory than the inetpub/wwwroot/ (for IIS) or wwww (for Apache)
Thats because the security risks of having the files on the "public folder".
I Hope you can help me.
Thanks a lot.Reply
Re: Problem with the directory new!
by colin, 14 years, 2 months ago
Not too sure what you mean. You can process the files whereever you want on your system, assuming that you have the rights to do so.

$foo->Process('/home/user/files/');
Reply