Ionic File Transfer option showing image upload but there is no option showing file type of doc, pdf, csv
The general File Transfer plugin simply needs the URL to your file whatever it is and then it will upload the file. Where do you expect a special option for doc or csv and how does your code look like?
if (this.platform.is(āandroidā) && sourceType === this.camera.PictureSourceType.PHOTOLIBRARY)
search option only show the photo from the library but when we search the doc, csv, or doc. suggest me how to find other file
The Camera plugin can only capture images or select pictures from your Photolibrary. If you want to search other locations, take a look at the File Chooser!
you can also use .input type =āfileā with css hack . that will show your file and you can choose anything ,
Suggest me how to replace camera plugin with doc, csv, pdf file
i face same problem canāt select file as file my API expect file parameter but i canāt select file
i tray using chooser plugin and send result as file but it canāt see the file
any suggestion please