Atozed Forums

Full Version: Loading and saving image
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am very new to IntraWeb and web development for that matter.  I am trying to allow a user to take a pic from their phone and save it to a database through a browser.

I have figured out how to allow the user to take a pic and display it through the TemplateProcessorHTML and javscript.  However, I am not sure how to get the loaded image from there, to a point where I can save it.

I figured there has to be an IW component I can use for this, but I do not know where to start.  I have other forms that I have text fields saving just fine, but I am not using the TemplateProcessor for them. 

Any help would be appreciated.
Well that was easier than I thought.

I didn't know the FileUploader would give access to the camera on a mobile device. I can get rid of the whole TemplateProcessorHTML now.

Thanks!