Need help in uploading Images
Hi,
How can I insert images in my post without the use of url. The images are saved on my system. Saw in one post where Sven referred to this link "http://en.wikipedia.org/wiki/Data_URI_scheme" Still cant comprehend what is there. Need help a great deal.
Many thanks
Comments
1) no thats the wrong place. You use that macro directly within your article. It will embed the image data into the article without uploading it. Though not every engine might allow/support it. I haven't made any tests on it.
2) Actually the macro is for c) where the images are stored on the article site itself as the data is embedded into the article. I don't think it matters much where the images are stored (case a or b).
1) you have to use... <img src="%spinfolder_data_url-<C:Dropbox/..../Profiles/ImageURLs.txt>%">. Thats also shown as a examble in the macro guide.
2) Because some customers don't have a place to upload there images but still want to show there images in the article without uploading them.
I just tried one article manually submitted to a higher quality article site and in the article preview the image was missing - only the broken image thumbnail visible.
In the final submitted version all text BELOW begin of image data code was missing/cut off.
the question thus is
what type of platforms support insertion of data:image/jpeg;base64 into article text ?
anyone made any testing or has experience
- wikis
- wordpress
- particular article platforms
- forums
how could we filter those platforms accepting such image data procedure if supporting platforms known.
as in my a.m. sample to submit to all and have large % of articles cut OFF might result in banned account or rejected articles. hence a filtering method seems essential
BTW
I used Linux CLI command
base64 (see man base64)
to convert a jpg into data:image/jpeg;base64
and in my offline file as well as my HTML editor ((quanta plus) all looked fine.