Hello.
I created a form using BlueVoda Version 11. The form includes and upload file box and am I am trying to upload files using it. It works well with smaller files, but not for larger files (large flash video files). I get the following error in the error_log:
"[06-Nov-2011 14:46:13] PHP Warning: POST Content-Length of 79167475 bytes exceeds the limit of 8388608 bytes in Unknown on line 0"
I'm searched online and have found things noting that the php.ini file needs to be modified to accept larger file sizes (greater than 8MB). I also found a BlueVoda forum saying to add a "filesize" hidden field to my form using the Form Properties window. I added a hidden field called "filesize" and set it to "400M". I also tried "400000". This didn't work either way. Not sure about how I modify the php.ini file if that is what needs to be done. I want to set the maximum to 400MB. I know that's pretty big, but my video files have been between 200MB and 300MB in some cases, and I want some margin.
How should I go about fixing this problem?
Thanks for your time.
I created a form using BlueVoda Version 11. The form includes and upload file box and am I am trying to upload files using it. It works well with smaller files, but not for larger files (large flash video files). I get the following error in the error_log:
"[06-Nov-2011 14:46:13] PHP Warning: POST Content-Length of 79167475 bytes exceeds the limit of 8388608 bytes in Unknown on line 0"
I'm searched online and have found things noting that the php.ini file needs to be modified to accept larger file sizes (greater than 8MB). I also found a BlueVoda forum saying to add a "filesize" hidden field to my form using the Form Properties window. I added a hidden field called "filesize" and set it to "400M". I also tried "400000". This didn't work either way. Not sure about how I modify the php.ini file if that is what needs to be done. I want to set the maximum to 400MB. I know that's pretty big, but my video files have been between 200MB and 300MB in some cases, and I want some margin.
How should I go about fixing this problem?
Thanks for your time.
Comment