NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: walter.dasilva on August 21, 2012, 12:31:01 PM

Title: HTML Editor Field with Image
Post 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
Title: Re: HTML Editor Field with Image
Post by: bshields on August 21, 2012, 03:16:44 PM
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
Title: Re: HTML Editor Field with Image
Post by: Bruce on August 21, 2012, 09:24:05 PM
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
Title: Re: HTML Editor Field with Image
Post by: walter.dasilva on August 22, 2012, 04:15:45 AM
I think i know about this mechanism, what i really want is MCIImageManager.

thanks
Walter