Problem with local processing

See all posts Reply

Problem with local processing new!
by Valerio, 14 years, 7 months ago
I instanciate the class inserting the path of the image on my server as below:
$handle = new Upload( $dir_photo . $DB['name'] . $DB['ext'] );
if ($handle->uploaded) {
    .. 
} else
    echo "Error";

I receive of the script, the error message. I have also tried other combinations but nothing! Can be server settings?Reply
Re: Problem with local processing new!
by colin, 14 years, 7 months ago
Can you copy here the log produced by the class?Reply