Everytime that I try to upload a file of 10MB or more, i get a "document contains no data error"
If I try one that is 9MB or less, I get really fast response ... no problems. Is there a config somewhere that I'm missing ... both php.ini and in the file manager settings ... all file size limits are set to -1 ... could I be missing something?

Comments

Méléis’s picture

I may be false but i think there are two main possible reasons :

  1. Your hosting system doesn't want you to post so large files and/or limitates them (he is true because 10MB is really hudge !).
  2. Your internet connexion is too slow. For example if your hosting system said "a php script can't be alive more than 30seconds" and that sending the file takes 35seconds it will fail.

In my humble opinion it's not a limitation of Drupal, it's just your hosting system. But i think that Drupal should say it (it can detect this).

matt_paz’s picture

Status: Active » Closed (fixed)

http://drupal.org/node/26612

Sorry, I missed a php.ini setting (post_max_size) ... I changed it and it works like a charm now.