Hi,
my app is inside an mobile telephonbook site; i transmit name and adress to the site;
after an adress was choosen, there is the possibility for storing this adress in vcf format.
The url i get in Webview1_OverrideUrl is:
http://mobil.dasoertliche.de/;logsection=vCard;logtitle=Download/fit:extension/vcard.vcf?id=vCard
My current code is this:
With this code i get the vcf file not as file, than as text in smallest possible chars...
Then i get a toast message: Error: Internal Server Error
My Know How of webtechnologie is not enough to handle this result.
Any hints?
my app is inside an mobile telephonbook site; i transmit name and adress to the site;
after an adress was choosen, there is the possibility for storing this adress in vcf format.
The url i get in Webview1_OverrideUrl is:
http://mobil.dasoertliche.de/;logsection=vCard;logtitle=Download/fit:extension/vcard.vcf?id=vCard
My current code is this:
B4X:
Dim Job As HttpJob
Job.Initialize("Job",Me)
Job.Download(URL1)
ProcessHTML(URL1)
With this code i get the vcf file not as file, than as text in smallest possible chars...
Then i get a toast message: Error: Internal Server Error
My Know How of webtechnologie is not enough to handle this result.
Any hints?
Last edited: