hyperlink - Is it possible to attach a file to an MMS via an HTML link? -


i read here it's possible prepopulate sms body text via html link :

how pre-populate sms body text via html link

does know if it's possible add base64 image (becoming mms) (e.g) "&attachment=" parameter ?

something :

<a href="sms:?body=/* body text here */&attachment=data:image/jpg;base64,/* base64 image here */;"></a> 

and if it's not, idea how ?

thanks


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -