NetTalk Central

Author Topic: HTML Editor Field with Image  (Read 3367 times)

walter.dasilva

  • Sr. Member
  • ****
  • Posts: 314
  • SOFTVALE
    • MSN Messenger - walter@softvale.com.br
    • View Profile
    • SOFTVALE
HTML Editor Field with Image
« 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
Walter - SOFTVALE

bshields

  • Sr. Member
  • ****
  • Posts: 392
    • View Profile
    • Inhabit
    • Email
Re: HTML Editor Field with Image
« Reply #1 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11263
    • View Profile
Re: HTML Editor Field with Image
« Reply #2 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

walter.dasilva

  • Sr. Member
  • ****
  • Posts: 314
  • SOFTVALE
    • MSN Messenger - walter@softvale.com.br
    • View Profile
    • SOFTVALE
Re: HTML Editor Field with Image
« Reply #3 on: August 22, 2012, 04:15:45 AM »
I think i know about this mechanism, what i really want is MCIImageManager.

thanks
Walter

Walter - SOFTVALE