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?
source
share