This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 3

Error! Unable to Upload


  1. jmoore983
    Member

    I have an issue with large attachments (Example is 8.5MB) and am on Machform 3.2. I get the message "Error! Unable to Upload" when trying to upload the file. Small files works fine. My php.ini "upload_max_filesize" is set to 10M and works on a form I created myself (not a machform). Any ideas why this would be an issue on my Machform or where else to check?

    Posted 12 years ago #
  2. AMurray
    Pro Member

    There's a "limit file size" option in Machform, in the file-upload field properties for the file upload - a check box "Limit File Size" and text field to specify (in MB the max file size).

    This probably works hand-in-glove with the php.ini setting except one is at the applicaiton level and one at the server level.

    Check the setting in Machform matches the 10M set in php.ini

    Posted 12 years ago #
  3. jmoore983
    Member

    I did not have a 'Limit file size' set on the file-upload field. Increasing the settings below in my php.ini file resolved the issue. This suggestion was sent to me from MachForm support.

    max_execution_time = 599
    max_input_time = 599
    upload_max_filesize = 10M
    post_max_size = 10M

    Posted 12 years ago #

RSS feed for this topic

Reply