📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv3.demodesign.com.tr
/
yonetim
/
ckeditor
/
plugins
/
imgupload
📝
readme.html
← Geri Dön
<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Images and Audio Uploader addon for CKEditor</title> <meta name="description" content="Free Upload images addon for CKEditor, from http://coursesweb.net/ " /> <style> <!-- .sb {font-weight:700;} .si {font-style:oblique;} .sbi {font-weight:700; font-style:oblique;} pre { margin:1em; background:#ebebfe; padding:.2em .3em; font-size:1.15em; font-weight:600; color:#0001be; } //--> </style> </head> <body> <h1>Images and Audio Uploader addon for CKEditor</h1> <h3>Instructions</h3> 1. To use this addon in CKEditor, copy the "<span class="sb">iaupload.php</span>" file directly in the "<span class="sbi">ckeditor/plugins/</span>" folder.<br><br> 2. Change the values of <span class="sb">$upload_dir</span> array (lines: 6, 7), to set the path of the folders where to upload images and audio files on your server, RELATIVE TO THE ROOT OF YOUR WEBSITE ON SERVER (it can be the same directory).<br><br> 3. By default, if the name of the uploaded file exists in the directory for upload, it will be renamed with "<span class="si">filename_NR.ext</span>" (NR is a number). If you want to Overwrite the existing file, set value of 0 to RENAME_F (line 28).<br><br> 4. Set CHMOD writable permision (0777) to the folders for images and audio files on your server (if on Linux system), to allow PHP to upload the files.<br><br> 5. Enable the plugin by adding the <span class="sb">filebrowserImageUploadUrl</span> parameter in CKEditor configuration on your page, and set to allow <audio> tag in content (with: <span class="sbi">extraAllowedContent</span> ): <pre> CKEDITOR.replace('textareaId', { "filebrowserImageUploadUrl": "/path_to/ckeditor/plugins/imgupload.php" }); CKEDITOR.config.extraAllowedContent = 'audio[*]{*}'; //to allow audio tag</pre><br> - CKEditor addon from: <a href="http://coursesweb.net/php-mysql/ckeditor-image-audio-upload_s2" title="Images and Audio Uploader addon for CKEditor">http://coursesweb.net/php-mysql/ckeditor-image-audio-upload_s2</a><br><br> • For quesions or problems related to this script, write on the forum: <a href="http://coursesweb.net/forum/" title="CoursesWeb Forum">http://coursesweb.net/forum/</a> </body> </html>
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula