Comment #1 on issue 593 by [email protected]: Blank information object created when LARGE digital object uploaded http://code.google.com/p/qubit-toolkit/issues/detail?id=593
The problem is with the "post_max_size" directive in php.ini. From http://ca3.php.net/ini.core @ Feb. 12, 2009 "post_max_size integer Sets max size of post data allowed. This setting also affects file upload. To upload large files, this value must be larger than upload_max_filesize... If the size of post data is greater than post_max_size, the $_POST and $_FILES superglobals are empty." What this means is that for any 'post_max_size' value x we enter, if someone tries to upload a file that is x+1 bytes (or less, the limit includes *all* POST data) the upload will fail AND *the entire $_POST[] superglobal will be empty*! This means users will *lose* any changes they've made in the informationobject/edit form. :( -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Qubit Toolkit Issues" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/qubit-issues?hl=en -~----------~----~----~----~------~----~------~--~---
