Uploading photos from the camera to the PHP server

As a result, I want to upload the selected photos from my Android phone to the php website.

I can display images from the camera and get the name of the file I want to upload. However, I cannot use FileInputStream for the file name because it is not private to my application. Using FileInputStream generates an error in which the file contains a path delimiter.

Does anyone know how to start a thread? Do I need to copy a file to a private file vault?

+5
source share
1 answer

Did you tag this blog post ? How about this thread of discussion ? Is this helpful?

You may be looking into a specific solution where another can exist?

+2
source

All Articles