Subject: | File Upload hangs on Form Submission |
When I submit a form with a file to upload with that form, mecha seems to hang.
$m->field('filename', 'Foo.txt');
$m->click('upload');
it appears that the test script will hang on the click method call and will only continute when I send '^C' to the console.