BRIJESH DUMKA
BRIJESH DUMKA

Reputation: 27

Button Url to send whatsapp msg with auto attached pdf file from local downloads

I want to make a button in html and php, when clicked whatsapp web should open with the entered number and also with auto attached pdf from local storage.

send

Upvotes: 0

Views: 15928

Answers (1)

Eymen
Eymen

Reputation: 27

don't use web.whatsapp.com/send?phone=9199999999&attachment=c:\\users\downloads/abc.pdf

use wa.me/send?phone=9199999999&attachment=c://users/downloads/abc.pdf

add the country code to the number and replace the + in 00

Upvotes: 0

Related Questions