File Upload Error across different Content Types (Drupal site)

Hello, When trying to upload images for "Memory Game", "Greeting Card" and other H5P Content Types I get the following error (Drupal version is 7.43):

File Upload Error: The file you are trying to upload might be too large.

The image files do however appear in directory sites/default/files/h5peditor/images with 0644 permissions. Permission for parent folders look correct (0755). After reading this thread I have tried different browsers (Firefox and Chromium, both in normal and "private" mode) but I consistently get the error message above (independent of actual file size, have tried sizes ranging from 15KB to 1MB). I also don't see anything in Drupal's log files that appears related.

Any hints/pointers greatly welcome - many thanks!

**EDIT 2016-05-08**: Trying the same on the H5P website (https://h5p.org/node/add/h5p-content) seems to work fine but the issue persists on my site and is not restricted to image files (attempt to upload MP3 file for Audio H5P content type triggers same error).

falcon's picture

Hello, can you upload images as attachments to drupal nodes? (Not H5P nodes)

Thanks for your response. Image upload as attachment to Drupal node works:

  • Created new (non H5P) content type with "File" field with attachments to be stored in subfolder of public files directory (same level as H5P)
  • Created new node of that  content type and uploaed image file into"File" field and saved new node
  • Display new node >> image accessible via link as attachment

Thanks for your response. Image upload as attachment to Drupal node works:

  • Created new (non H5P) content type with "File" field with attachments to be stored in subfolder of public files directory (same level as H5P)
  • Created new node of that  content type and uploaed image file into"File" filed and seaved new node
  • Display new node >> image accessible via link as attachment

 

falcon's picture

Could you send us access to your site, for instance through the contact form so that we may do some debugging there`?