Its now a normal feature of IOS6 and the web/html browser etc. so programmer was correct in that it didn't work before.
Just add <input type="file" name="userfile" accept="image/*" capture="camera"> or <input type="file" accept="video/*" capture="camcorder"> if you want users to upload video.
I guess you are not talking about an app, just something on a web page. I just made a PHP one, uploads pics and videos no problem, seemed not to like using icloud/photostream pics though for some reason.
|