Hi there,
Im working on a mobile site so have installed the mobile module, all good looks lovely. Using the default mobile theme with grabs the jquery.mobile js files and i like the look as its just like an app.
The form i have all works apart from the file upload, i need to add a picture with the form. If i use the blackcandy theme everything works fine including the file upload.
I have possibly read or dreamt not sure, that jquery mobile uses ajax and therefore there is a security feature that stops you uploading files or something.
One am i going mental and two how do i get around this issue, im using just a standard form field
new FileField('Photo', 'Picture'),
any pointers please.
Mick