Hi mobile qooxdooers,

I was wondering if there is already a solution for uploading to the server a 
picture either taken directly with the camera or chosen from the camera roll 
(without any native packaging, i.e. pure HTML5/JS). I read some articles about 
new features of browsers but I couldn’t make my mind. for instance, the 
following html snippet might do it :
<input type="file" accept="image/*;capture=camera">
but AFAICT, it’s very complicated to style.

Another option with fairly modern browsers would be the getUserMedia API, but I 
don’t know how coherent it is across browsers, complicated to use, what kind of 
fallback if the API is not there at runtime…
Is there already something on the qooxdoo side ?


Thx for your hints,

Kind regards,
Vincent

BTW, qooxdoo mobile really rocks !
------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to