Posted by delishus on 03/26/07 14:29
On Mar 26, 5:53 am, "callieandm...@yahoo.co.uk"
<callieandm...@yahoo.co.uk> wrote:
> I have a very simple file upload script which creates a thumbnail of
> the file (jpg) upon uploading. This works fine with small images,
> however, if i try to upload a file over about 1mb the thumbnail
> dosen't show. Any ideas ?
> Thanks for any advice.
You also need to check the size of your upload_max_filesize in the
php.ini - if your post_max is 8M, then your upload_max is probably
only 2M.
[Back to original message]
|