• Hey All,

    I have a wierd problem. Basically, I can upload images upto a certain size using WP in-built Uploading tool. However, any images I try and upload over a certain size fails (such as it is an image placeholder with a red cross: the title displays too).

    Is this a genuine limitation or is there a problem with my upload? If it’s a limitation, what’s the maximum size for the upload?

    If it’s a problem with my upload, could you suggest a fix?

    (FYI: There is no problem with our hosting, as it’s hosted on our company’s servers)

Viewing 3 replies - 1 through 3 (of 3 total)
  • In wp-admin/inline-uploading.php, you can set the maximum size for which to create thumbs. Find the line:

    if ( $imagedata[‘width’] * $imagedata[‘height’] <

    Which is followed by the maximum dimensions. My family members are trying to upload pictures directly from their EOS D70’s, really great for reaching my maximum allowed transfer. ??

    The GD lib may be running out of memory if the image is large enough… This would be influenced by your php.ini’s memory_limit parameter.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Image Uploading: No Thumbnails over a certain file size’ is closed to new replies.