Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I am new to cordova mobile application.
I can upload image file using cordova but when i am trying to upload the pdf file, it is not work for me.
I don't know how to upload pdf file.
If anyone knows about it, kindly help me to upload the file.

What I have tried:

cordova.file.documentsDirectory + "fileName.pdf" 


using this line i try to get the file but no use....
Posted
Updated 6-Jul-16 0:19am
v3
Comments
Suvendu Shekhar Giri 6-Jul-16 8:51am    
If it's working for image file then there is no reason for not working with pdf file.
Try debugging and see what's going wrong or share the relevant section of method/controller of your code here.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900