Uruchomiłem na swoim serwerze Tinymce wszystko fajnie ale jak zrobić wrzucanie zdjęć na serwer i wybieranie zdjęć które są na serwerze

Próbowałem ibrowser ale nie chce uploadować plików ;/
Nikt nie pomoże

<!-- tinyMCE --> <script language="javascript" type="text/javascript" src="<pathToJavaSriptFiles>/tiny_mce.js"></script> <script language="javascript" type="text/javascript"> tinyMCE.init({ mode : "textareas", theme : "advanced", file_browser_plugin : "ShowFileBrowser" }); function ShowFileBrowser (field, url, type, win) { /* field is the input field that you should write the selected file to url is the URL currently in the input field type should either be "image" or "file" win is a JS pointer to the window that opened the file browser */ } </script> <!-- /tinyMCE --