I'm sorry I might be asking for something quite simple, but I've been trying and searching now for a long time without a result...
I've installed the jquery file upload module. Uploading images works fine, but images aren't processed. I've found where I need to define how images are processed, but I dont know how to enable file processing. I've already tried to edit the jquery.fileupload.js file and change processData: false, to true, but then the upload doesn't work anymore.
In the documentation of the jquery file upload plugin I read the following:
https://github.com/blueimp/jQuery-File- ... ki/OptionsThe jQuery File Upload plugin makes use of jQuery.ajax() for the file upload requests. This is true even for browsers without support for XHR, thanks to the Iframe Transport plugin.
The options set for the File Upload plugin are passed to jQuery.ajax() and allow to define any ajax settings or callbacks.
The ajax options processData, contentType and cache are set to false for the file uploads to work and should not be changed.
The following options are also set by the plugin, but can be useful to customize:
Does anybody know how to make this work in the jqueryFU module for CMSMS?
Thank you very much!!
Lex