Can't upload file with Easy FCKeditor

2010-09-05 Thread Stony Zhang
I'm using T5.1.0.5 and Easy_FCKeditor 1.0.4

I just try the Easy_FCKeditor to upload image, but when I Click Image
Button and then open Resouces Browser, I saw the url is as blow

./browser.html?Type=ImageConnector=http://localhost:8080/CDVAdmin/assets/easyfck/fckeditor/editor/filemanager/connectors/php/connector.php


Did you notice the Connector is connector.php.


I did all followed the demo
http://t5-easy-fckeditor.kenai.com/FileUploads.html

I'm not sure how to handle it. With you get your help.


Thanks a lot in advance.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Can't upload file with Easy FCKeditor

2010-09-03 Thread stonyz

I just try the Easy_FCKeditor to upload image, but when I Click Image Button
and then open Resouces Browser, I saw the url is as blow

./browser.html?Type=ImageConnector=http://localhost:8080/CDVAdmin/assets/easyfck/fckeditor/editor/filemanager/connectors/php/connector.php


Did you notice the Connector is connector.php.


I did all followed the demo  
http://t5-easy-fckeditor.kenai.com/FileUploads.html
http://t5-easy-fckeditor.kenai.com/FileUploads.html   

I'm not sure how to handle it. With you get your help.


Thanks a lot in advance.
-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Can-t-upload-file-with-Easy-FCKeditor-tp2801967p2801967.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Can't upload file with Easy FCKeditor

2010-09-03 Thread Christophe Cordenier
Hi !

For Wooki we have implemented an upload feature as well, and bundled the
wymeditor as a mixin, you can find the complete source at

http://github.com/spreadthesource/wooki/blob/master/src/main/java/com/wooki/mixins/WymEditor.java

Have a look at these lines, this is how we create the URL used in our
wymedit configuration upload plugin.

  Link uploadActionLink = resources.createEventLink(uploadImage);
  params.put(uploadAction, uploadActionLink.toAbsoluteURI());

Note that this code does not intend to be generic, but with less effort i
think you can adapt it to your needs.

HTH

2010/9/3 stonyz sto...@gmail.com


 I just try the Easy_FCKeditor to upload image, but when I Click Image
 Button
 and then open Resouces Browser, I saw the url is as blow

 ./browser.html?Type=ImageConnector=
 http://localhost:8080/CDVAdmin/assets/easyfck/fckeditor/editor/filemanager/connectors/php/connector.php


 Did you notice the Connector is connector.php.


 I did all followed the demo
 http://t5-easy-fckeditor.kenai.com/FileUploads.html
 http://t5-easy-fckeditor.kenai.com/FileUploads.html

 I'm not sure how to handle it. With you get your help.


 Thanks a lot in advance.
 --
 View this message in context:
 http://tapestry.1045711.n5.nabble.com/Can-t-upload-file-with-Easy-FCKeditor-tp2801967p2801967.html
 Sent from the Tapestry - User mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org




-- 
Regards,
Christophe Cordenier.

Committer on Apache Tapestry 5
Co-creator of wooki @wookicentral.com