The longest part of the Testlink toss is the part of the picture upload. have been spitting blood.
Tesklink use of the image upload plugin is a third-party plugin fckeditor,09 has been renamed to CKEditor.
Baidu Interpretation:
FCKeditor is a WYSIWYG text editor dedicated to using open source code on a Web page, written in JavaScript. It is focused on lightweighting and does not require too complicated installation steps to be used. It can be combined with different programming languages such as PHP, JavaScript, ASP, ASP, ColdFusion, Java, and ABAP. "FCK" in the name "FCKeditor" is the name of the author of this editor Frederico Caldeira knabben abbreviation.
CKEditor official website Demo:http://ckeditor.com/demo
To load CKEditor and Ckfinder.
ckeditor:http://ckeditor.com/
Ckfinder:https://cksource.com/ckfinder
In the Apache Web site root directory, create a new folder Web_editor, CKEditor and Ckfinder extracted and copied to the directory:
Under the Web_editor directory, create a new index.html
<HTML> <Head> <Metahttp-equiv= "Content-type"content= "text/html; charset=utf-8"> <title>Yyd</title> </Head> <Body> <formAction= "post.php"Method= "POST"> <textareaname= "Editor1">Yyd</textarea> <inputtype= "Submit"name= "Submit"value= "Submit" /> </form> </Body></HTML>
CKEditor and Ckfinder configuration-upload image function-for testlink use