B4X:
Dim cc as ContentChooser
Sub puxafoto
cc.Initialize("cc")
cc.Show("image/*", "Selecionar Imagem")
End Sub
Sub cc_Result (Success As Boolean, Dir As String, FileNames As String )
If Success Then
mgsbox(FileNames, "test")
End if
End sub
i make this code sample
to chooser image and it return me crazy image names
exemple
image%3A1444
casa%3A1444
and no .png and jpg files =(
how can i fix?
Last edited: