Problem

See all posts See thread Reply

Re: Problem new!
by Dublay, 15 years, 5 months ago
That's all I got:

system information
- class version : 0.28RC3
- GD version : 2.0.28
- supported image types : png jpg gif bmp
- open_basedir : /home/vpell/html/my-domain.com
- language : en_GB
source is an uploaded file
- error: File not uploaded. Can't carry on a process.
Reply
Re: Problem new!
by colin, 15 years, 5 months ago
What is your code? Are you sure you are calling $handle->process() after checking that $handle->uploaded is true?

Try to output $handle->error before calling $handle->process()Reply