Hi,
I am being lazy using JQuery Mobile to style some backend pages for the administration of a DB enabled mobile site. It is convenient to use JQ for filling up menus, fixing menu dependencies, fetching data with AJAX and finally styling the whole thing without having extensive fiddles with CSS.
The last thing I had to test was the file upload and noticed that nothing was sent from client. Almost at the point of getting a headache I tried disabling AJAX:
$.mobile.ajaxEnabled=false;
With this my file uploads started rendering data at the PHP end.
I also noted that the JQM documentation does not mention inputs type file.
Are my observations correct?
Anyone that would volunteer an explanation or teach me a little?
/Ralf