Hi,
Me and my team made a website where people type some data and then submit it.
We succeeded in making it download the csv file with the data - simple enough - but got stuck while trying to open a send
screen (we want to be able to send the file via Bluetooth to a nearby computer).
I’ve found an api called “Share api”, though I don’t understand how to use it…
Do any of you know how to use it / a different way to send the file via Bluetooth?
P.S.
I understood that we need to use ports to use the api…? I haven’t worked with ports yet and didn’t understand how to.