When I take a photo with the camera it should be compressed and uploaded to mysql db.
I checked the function Bitmap.compress() and the output is in a ByteArrayOutputStream but I need the output in File or FileInputStream. Is it poossible to convert ByteArrayOutputStream into File?