IIS server

See all posts See thread Reply

Re: IIS server new!
by colin, 17 years ago
How do you call process()?

I don't use Windows, so I can't really test it. But you seem to do this:
$foo->process('../propertyImages');

What does the class do it you instead write the following?
$foo->process('propertyImages');
or even
$foo->process('propertyImages\\');
Reply