What is a WYSIWYG HTML editor that has a file manager for free?

note : this is something I want on my website not my computer.

Well, your Control Panel has what you want, but if you mean for your web page:

TinyMCE – Javascript WYSIWYG Editor – http://tinymce.moxiecode.com/

Adding a WYSIWYG HTML Editor to Your Site

http://www.elated.com/articles/adding-wysiwyg-editor-to-your-site/

A WYSIWYG (What You See Is What You Get) HTML editor is a Web form field that lets users enter formatted text, much like using a word processor. The editor then converts this formatted text into HTML when the form is sent to the Web server.

This article explores JavaScript WYSIWYG HTML editors, and shows how to integrate the popular CKEditor and TinyMCE editors into your Web forms.

Ron