First off, I just wanted to say great product. This is by far my favorite form creator for Joomla.
I am facing a problem with uploading .docx files. I have a test form setup with only File Uploads enabled. Here are my settings:
And my Events configuration:
There are no issues when I upload a .pdf file. Here's an output from the debugger:
The problem arises when I try to upload a .docx file. As soon as I hit submit, I get a blank page with "ERR_EMPTY_RESPONSE". It seemingly stuns the site for a few seconds.
I've gone into Global Configuration > Media Manager and verified docx, and DOCX are listed as Legal Extensions. I also upgraded from 4.0 RC3.5.2.4 to 4.0.7_J3. I know that docx uploading does work for the site.. it just seems to fail with Chronoforms. Any help is appreciated. Thank you.
I am facing a problem with uploading .docx files. I have a test form setup with only File Uploads enabled. Here are my settings:
Label Text: Upload
Field Name: upload
Field ID: upload
And my Events configuration:
Enabled: Yes
Fields Configuration: upload:docx-pdf
Upload Path: JOOMLA_PATH/components/com_chronoforms/uploads/test
Max Size: 2000
Min Size: 1
Remaining settings are default
There are no issues when I upload a .pdf file. Here's an output from the debugger:
Data Array:
Array
(
[chronoform] => test
[event] => submit
[upload] =>
[input_submit_2] => Submit
[02f49870467e8aab85f7491d17b84269] => 1
)
Validation Errors:
Array
(
)
Debug Data
Upload routine started for file upload by : upload
/home/content/71/11495371/html/components/com_chronoforms/uploads/test/20161018080122_pdf-sample.pdf has been uploaded successfully.
The problem arises when I try to upload a .docx file. As soon as I hit submit, I get a blank page with "ERR_EMPTY_RESPONSE". It seemingly stuns the site for a few seconds.
I've gone into Global Configuration > Media Manager and verified docx, and DOCX are listed as Legal Extensions. I also upgraded from 4.0 RC3.5.2.4 to 4.0.7_J3. I know that docx uploading does work for the site.. it just seems to fail with Chronoforms. Any help is appreciated. Thank you.