Hi guys,
I'm trying to make a webform to create new users by posting to a webservice. The webservice accepts a JSON object, one of the properties on this object can be an image for the user.
The problem I'm having is that I cant for the life of me work out how to get a browser to read in an image from a client PC, and store the image data in my client side JSON object.
I dont want to use flash if I can avoid it.
Has anyone had any luck with this sort of thing before?
Cheers
Hadley