Hi
As the widget manages the request I was wondering how I could send additionnal datas with the file(s).
This can be done with a standart xhr where the request argument can contain $_FILES + $_POST .. Can it be done with jqxFileUpload ?
Thanks in advance
Regards
Also I had some remarks but saw that they had been posted yet :
– Multiple files : I can not select multiple files althought the multipleFilesUpload property is set to true (?)
– Type filtering : in FF & Safari (accept property) doesn’t seems to work with an extension (it works with ‘image/*’), but it doesn’t work neither with the standart file API ..