Closed ajeetvarma closed 11 years ago
I m using this bundle which is working very fine , but now i have one more requirement that i have to upload image by upload method .
my configuration is below : trsteel_ckeditor: class: Trsteel\CkeditorBundle\Form\Type\CkeditorType transformers: ['strip_js', 'strip_css', 'strip_comments'] toolbar: ['document', 'clipboard', 'editing', '/', 'basicstyles', 'paragraph', 'links', '/', 'insert', 'styles', 'tools'] toolbar_groups: document: ['Source','-','Save','-','Templates'] clipboard: ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Undo','Redo'] editing: ['Find','Replace','-','SelectAll'] basicstyles: ['Bold','Italic','Underline','Strike','Subscript','Superscript','-','RemoveFormat'] paragraph: ['NumberedList','BulletedList','-','Outdent','Indent','-','JustifyLeft', 'JustifyCenter','JustifyRight','JustifyBlock'] links: ['Link','Unlink','Anchor'] insert: ['Image','Table','HorizontalRule'] styles: ['Styles','Format'] tools: ['Maximize', 'ShowBlocks'] ui_color: '#dadada' startup_outline_blocks: true width: 800 #Integer or % height: 300 #Integer or % language: 'en-au' filebrowser_upload_url: url: relative-url.php?type=Images
when i try to upload image it automatically come on Image Info Menu , and ask for missing url , while it should be automatically upload image after selecting a image .
I do't know what wrong with me ?
Thanks for any help .
Sorry for late , but i have resolved it by using "fm-elfinder-bundle" .
I m using this bundle which is working very fine , but now i have one more requirement that i have to upload image by upload method .
my configuration is below : trsteel_ckeditor: class: Trsteel\CkeditorBundle\Form\Type\CkeditorType transformers: ['strip_js', 'strip_css', 'strip_comments'] toolbar: ['document', 'clipboard', 'editing', '/', 'basicstyles', 'paragraph', 'links', '/', 'insert', 'styles', 'tools'] toolbar_groups: document: ['Source','-','Save','-','Templates'] clipboard: ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Undo','Redo'] editing: ['Find','Replace','-','SelectAll'] basicstyles: ['Bold','Italic','Underline','Strike','Subscript','Superscript','-','RemoveFormat'] paragraph: ['NumberedList','BulletedList','-','Outdent','Indent','-','JustifyLeft', 'JustifyCenter','JustifyRight','JustifyBlock'] links: ['Link','Unlink','Anchor'] insert: ['Image','Table','HorizontalRule'] styles: ['Styles','Format'] tools: ['Maximize', 'ShowBlocks'] ui_color: '#dadada' startup_outline_blocks: true width: 800 #Integer or % height: 300 #Integer or % language: 'en-au' filebrowser_upload_url: url: relative-url.php?type=Images
when i try to upload image it automatically come on Image Info Menu , and ask for missing url , while it should be automatically upload image after selecting a image .
I do't know what wrong with me ?
Thanks for any help .