I created the application using Android phone unlock. I want to upload a file (the file button for the download button opens, then I select the file and click the "Open" button in this dialog.)
I use file transfer in the call API, but the output is different. How to change this file transfer in the phonegap API to select a file (open a dialog, select a file from this dialog) for download?
And also use <input type="file">from html. But it is not supported by telephone. The file selection button is displayed, but when I click on this button, nothing happens.
How do I open filedialog and select a file from the dialog when I click the button?
I beg you, please. Thanks in advance.
source
share