@Chris
>Along with the other form input options that MobiOne has, you would think a simple photo upload would be present given that all smartphones have a camera feature.
Mobile browsers/WebView, while sophisticated lack some of the features we take for granted on our desktop. A key feature just now appearing in iOS6 is file upload, e.g., <input type=”file”…> See http://goo.gl/QkehS and scroll down to the section “Do not use unsupported iOS technologies” Given such limitations (pre-iOS6 and android) the approach I’m aware of is to use the Cordova/PhoneGap Camera (or Capture) and FileTransfer apis.
So far I have only used the Camera api to snap a pic or select a pic from the photo album. The upload is not something I have worked with but it should be straight forward based on the Cordova/PhoneGap examples that demonstrate api usage such as http://goo.gl/djLPx
Some things to note when working with the cordova api:
1) do not include the cordova js file since it will be automatically imported when you use the App Center Builder
2) the Test Center does not emulate the Cordova/PhoneGap api, so you can only test it by building an app and installing and testing on a device