This is a migrated thread and some comments may be shown as answers.

Can't insert tiff file in blog post

3 Answers 67 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
lee
Top achievements
Rank 1
lee asked on 28 May 2008, 07:18 AM
Hi,

I use Image Manager dialog to upload and insert tiff file into blog post but
the image cannot be displayed. How should I do?

Dowload tiff file:
http://www.wikiupload.com/download_page.php?id=35712

In the listconfig,xml
<property name="ImagesFilters">
   <item>*.gif</item>
   <item>*.jpg</item>    
   <item>*.png</item>
   <item>*.tif</item> 
   <item>*.tiff</item> 
  </property>

Best Regards,
lee

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 28 May 2008, 09:00 AM
Hi lee,

The issue is not related to the Image manager of RadEditor, but to the ability of the browser to display TIFF files. The browsers themselves cannot read and display TIFF files - you will need additional ActiveX component or browser plug-in (for Mozilla, Netscape, etc.).

For example if you load a tiff image in the browser, you will see that Internet Explorer just opens a download dialog box and cannot display the file.

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
lee
Top achievements
Rank 1
answered on 29 May 2008, 07:55 AM
Hi,
    Thank you for your fast support. I already install  browser plug-in to view the tiff file but I need to use EMBED tag rather than IMG tag.
If  I want Image Manager to change IMG tag to EMBED tag  for tiff file only.
How  to do that?

Best Regards,
lee
0
Rumen
Telerik team
answered on 29 May 2008, 03:31 PM
Hello lee,

The requested image manager enhancement is not possible in the Lite version of RadEditor for MOSS.

The latest version of RadEditor for MOSS 5.x based on RadEditor for ASP.NET AJAX offers a new OnClientPasteHtml event which allows to modify the content inserted through the file browser dialogs

ImageManager
FlashManager
MediaManager
TemplateManager
TableWizard
SetCellProperties
SetImageProperties
FormatCodeBlock
RealFontSize

If you decide to upgrade to the new version, you will be able to use this event to achieve your scenario.

All the best,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
WebParts for SharePoint
Asked by
lee
Top achievements
Rank 1
Answers by
Rumen
Telerik team
lee
Top achievements
Rank 1
Share this question
or