Re: YUI Image Uploader - OK on Firefox/Mac but not elsewhere

2009-02-11 Thread phoebebright
You were right - all the paths were right except one. When the upload dialog loads it looks for /media/tinymce_2/jscripts/tiny_mce/ tiny_mce_popup.js and I had tiny_mce installed straight off media. Phew. All working on Mac, awaiting the news on PC. Never got YUI working - it uploads the files

Re: YUI Image Uploader - OK on Firefox/Mac but not elsewhere

2009-02-10 Thread phoebebright
I'm pretty sure I have all the paths correct because the TinyMCE/ Filebrowser works ok on firefox mac, just not on any other browser. The only setting I changed was FILEBROWSER_URL_WWW = '/site_media/ uploads/'. At this stage I am trying to get the upload to happen in PHP as I can get that to

Re: YUI Image Uploader - OK on Firefox/Mac but not elsewhere

2009-02-10 Thread esatterwh...@wi.rr.com
I found the TinyMCE & filebrowser insanely easy to impliment. I would say 9 out of the 10 issued I had was simply a matter of defining the right paths. I also found that creating a symlink for the admin media folder and calling it 'media/' solved most of the path name issues. that way you can

YUI Image Uploader - OK on Firefox/Mac but not elsewhere

2009-02-09 Thread phoebebright
Have been trying to get a RTE plugin working that will allow upload of images. The YUI verion is almost there but will not play well with browsers. The plugin from here http://allmybrain.com/2008/11/06/example-yui-image-upload-with-yui-260/ I modified to get Javascript to make an asynchronous