How to upload .pdf, .docx, .xls etc

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!

1 Like

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