Large File Upload

See all posts See thread Reply

Re: Large File Upload new!
by Simon Driscoll, 17 years, 6 months ago
So if the memory is not the problem, what do you think may be causing the "No JPEG read support" error?

I'm going to try the class tonight with no processing other than moving the photo to the correct directory. I'll see if I can work out where it's falling over.

Thanks
SimonReply
Re: Large File Upload new!
by colin, 17 years, 6 months ago
Basically, if it works with a small picture, but not with a large one, it is likely to be a memory problem. In that case, 40MB is not enough for the picture, or for the graphic tasks you ask the class to do.

Otherwise, check your permissions, the /tmp directory, whether you have open_basedir restrictions, etc...Reply