View Single Post

  #5 (permalink)  
Old 03-26-2007
delishus
 
Posts: n/a
Default Re: File Upload Problem with Thumbnails

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.

Reply With Quote