Cant allow pdf file to upload....

Allow PDF file uploads in ChronoForms.

Overview

The issue is caused by a space before the file extension in the upload configuration.
Remove the space before 'pdf' in the file type list within the CF upload action settings.

Answered
wl wlwan 30 Jul, 2015
Dears,

Seems like lots of strange case find for file uploading.... 😟
Have a form, enable file uploading, and here's the files config @ upload action
file1: pdf-jpg-gif-png-xls-xlsx-doc-docx
file2: pdf-jpg-gif-png-xls-xlsx-doc-docx


Then when I test the form, all filetypes work fine except PDF....
I have tried the file generated by me, and those on http://greyhead.net/, both fails...
It keeps saying file type is not allow....

Any ideas how to solve it?

Best regards,
Wing
Gr GreyHead 30 Jul, 2015
Answer
Hi Wing,

Please remove the space before pdf
file1:pdf-jpg-gif-png-xls-xlsx-doc-docx
file2:pdf-jpg-gif-png-xls-xlsx-doc-docx

Bob
wl wlwan 30 Jul, 2015
Cool, that's work!!!
thanks for your great help~ 😛

Wing
This topic is locked and no more replies can be posted.