Hi,
I want to upload the images in android's built-in gallery to a php page. i tried by posting the uri(content://media/external/images/media) to the php page(also tried sending bitmaps) using namevalue pair. i get the uri/ bitmap in the php page ,but don't know how to re-create the image.
Can anyone suggest me an idea to do this....Should i upload the whole gallery to my local directory and then process the image to the php page.......
regards,
ramz


