FileUpload pptx

tali

Member
I'm answering here to an old but still actual thread
This is corrected for xlsx in 3.9.2, but not for pptx

In plugins/fabrik_element/fileupload/lib/plupload/js/plupload.js, we still have
Code:
"application/vnd.openxmlformats,pptx," +
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,xlsx," +
"application/vnd.openxmlformats-officedocument.wordprocessingml.document,docx," +
should be
Code:
"application/vnd.openxmlformats-officedocument.presentationml.presentation,pptx," +
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,xlsx," +
"application/vnd.openxmlformats-officedocument.wordprocessingml.document,docx," +

I also answer to the question in the former thread :
to be able to open the file searching box directly set to All Files just put * in the Allowed type files .
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top