NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: walter.dasilva on August 21, 2012, 12:31:01 PM
-
Hi All,
there is some topic about "HTML Edit with image" with no answer. Is there any news about it? So, how to pick image from my local drive and insert it into html field?)
thanks
Walter
-
Hi Walter,
I can tell you what I do. I have a part of my programs where the user can "upload" various files (eg. images, PDFs etc). I do this so that these files are "hosted" somewhere, rather than on someones local hard disk.
I then added the additional code into TinyMCE so it knows where to look for these sorts of files, so that you can use the standard TinyMCE image icons and link icons.
Regards
Bill
-
you can attach images to a post.
you can embed an <img> link in HTML.
What you can't do is "load" a local image into HTML, and somehow magically get that to post at the same time.
Cheers
Bruce
-
I think i know about this mechanism, what i really want is MCIImageManager.
thanks
Walter