Closed (fixed)
Project:
Wysiwyg
Version:
6.x-2.4
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 May 2012 at 05:50 UTC
Updated:
15 Jun 2012 at 07:01 UTC
Hi,
I am using Wysiwyg editor in drupal 6 . than how can upload PDF file by editor and link with text in editor.
I wand need some help.
Thanks
Comments
Comment #1
twodI think you could use http://drupal.org/project/filefield + http://drupal.org/project/insert for that. Filefield lets you add a CCK field to hold PDFs and Insert adds a button next to the uploaded file which when clicked places a link to it at the current selection in the editor. It supports at least TinyMCE, CKEditor and FCKeditor when used with Wysiwyg module.
Comment #2
ravi.khetri commentedHI TwoD,
Thanks for comments.