I have tested this on 2.9 and 3.x-dev versions of Webform. I have a form that contains a file submission field. If I attempt to submit the form using my custom theme, the form will not submit. Full debug does not show any information and redirect doesn't work.

If I remove the file field, then the form submits and everything works as expected... email is sent, debug info shows, and I get redirected.

If I switch to Garland theme, then the form will submit even with the file field on the form.

What in my theme would be causing this behavior? I am stumped.

Comments

tms8707056’s picture

Figured it out... The file I was uploading was a few kb too large. I would have expected a message to inform me of the issue, but it didn't. Maybe this is the issue with my theme?

quicksketch’s picture

Title: Form w/ File Field Won't Submit on Specific Theme » Large files prevent submission
Category: bug » support
Priority: Critical » Normal

Webform can only inform you of the error if the file being uploaded is less than the PHP maximum limit. If you exceed the PHP max limit, $_POST gets lost entirely and you'll lose your submission. See the FileField handbook on how you can increase this limit: http://drupal.org/node/422474.

quicksketch’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.