RE: Image file upload with Easy FCKEditor

2011-06-09 Thread Alex W. Croton
From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com] Sent: 09 June 2011 17:44 To: Tapestry users Subject: Re: Image file upload with Easy FCKEditor On Thu, 09 Jun 2011 13:25:47 -0300, Alex W. Croton wrote: > Hi All, Hi! > In Firefox, I get a dialog box informing me that I hav

Re: Image file upload with Easy FCKEditor

2011-06-09 Thread Thiago H. de Paula Figueiredo
On Thu, 09 Jun 2011 13:25:47 -0300, Alex W. Croton wrote: Hi All, Hi! In Firefox, I get a dialog box informing me that I have chosen to open upload.php - and what do I want to do with it? Selecting Cancel, I'm back to the Image Properties box, and can close it. Have you followed the

RE: Image file upload with Easy FCKEditor

2010-12-13 Thread 9902468
To make myself clearer :) FCK editor defaults to php backend if no configuration is supplied, but the php backend can be replaced with any language implementation as long as it just implements all needed aspects. With T5 pure Java implementation was the only way to go. - Ville -- View this mess

RE: Image file upload with Easy FCKEditor

2010-12-13 Thread 9902468
Yes, the php parts are totally replaced by Java, the Java implementation is http://java.fckeditor.net/ EasyFCKEditor is just a bridge between that and T5. It seems that the configuration that is provided by EasyFCK gets replaced with configuration which points to php implementation. Any chance t

RE: Image file upload with Easy FCKEditor

2010-12-12 Thread Jim O'Callaghan
ious software versions in use are Tapestry - 5.2.1, fckEditor - 1.0.5, maven-jetty-plugin - 6.1.15 Regards, Jim. -Original Message- From: 9902468 [mailto:ville.virta...@greenstreet.fi] Sent: 12 December 2010 17:09 To: users@tapestry.apache.org Subject: RE: Image file upload with Easy FC

RE: Image file upload with Easy FCKEditor

2010-12-12 Thread 9902468
Thi is really strange... Easy FCK Editor does not use or run php at all - it is java library. FCK Editor can be configured to use whatever backend. Easy FCK just delivers a bridge between Tapestry 5 and http://java.fckeditor.net/ There must be a configuration error if the editor asks php files

RE: Image file upload with Easy FCKEditor

2010-12-11 Thread Jim O'Callaghan
;Tapestry users' Subject: RE: Image file upload with Easy FCKEditor Hi, did you ever get a workaround for this? From looking around I can see there are various fixes involving .htacess files / mods to php config but was hoping there was something obvious within Easy FCKEditor itself ... Regards,

RE: Image file upload with Easy FCKEditor

2010-12-10 Thread Jim O'Callaghan
Hi, did you ever get a workaround for this? From looking around I can see there are various fixes involving .htacess files / mods to php config but was hoping there was something obvious within Easy FCKEditor itself ... Regards, Jim. -Original Message- From: Alex W. Croton [mailto:acro..