Page 1 of 5

How to download a file using javascript

Posted: Sun Aug 11, 2013 7:02 am
by Nayef

Hi,

How to download a PDF file using javascript when a button is clicked ?


How to download a file using javascript

Posted: Sun Aug 11, 2013 8:01 am
by Igor

How to download a file using javascript

Posted: Sun Aug 11, 2013 8:53 am
by Nayef

I want to download pdf file from my website directly from the app

there is no such example


How to download a file using javascript

Posted: Sun Aug 11, 2013 10:17 am
by Igor

You can use FileTransfer: http://docs.phonegap.com/en/2.4.0/cor...

[quote:] FileTransfer is an object that allows you to upload files to a server or download files from a server.[/quote]

In PhoneGap Api you can find "Quick Example" how to use FileTransfer to download file.


How to download a file using javascript

Posted: Sun Aug 11, 2013 3:04 pm
by Nayef

I try multiple ways and worked fine but only in the quick web test !
when i test the app in my android phone it's not working

How to apply this code in appery.io ?

Examlpe link : http://www.adobe.com/support/acrobat/...


How to download a file using javascript

Posted: Sun Aug 11, 2013 3:23 pm
by maxkatz

PhoneGap is included in your app so you don't need to include it.


How to download a file using javascript

Posted: Sun Aug 11, 2013 3:24 pm
by Illya Stepanov

Hello - are you getting any errors?
:: http://docs.phonegap.com/en/2.4.0/cor...


How to download a file using javascript

Posted: Sun Aug 11, 2013 3:59 pm
by Nayef

I mean what is the event for the button ?

component Onclick ?

Sorry i am beginner in this platform


How to download a file using javascript

Posted: Mon Aug 12, 2013 10:56 pm
by Igor

How to download a file using javascript

Posted: Tue Aug 13, 2013 11:43 am
by Nayef