Hi Pat/John,
Today's another of those days - meetings and s....!
I may get a chance to have a go at this from home this evening.
Should I expect to be able to put '_debug("blah blah blah");' calls into any of the php scripts and see the results in the debug log file?
I tried commenting out the session check lines:
+++
if(!isset($_SESSION)) {
file_put_contents('error.txt', "You are not logged in", true);
_debug("You are not egged in");
exit();
}
+++
in upload.php as suggested earlier, but it didn't seem to have any effect.
Cheers,
Bruce - off to another fun meeting