Thanks nate for *very* quick reply.

You confirm what I thought, I'M breathing again, my cake code is ok then...
I hope I can get to the_undefined's code for the file upload and I'll 
look at changing my fck.

thanks again.

nate wrote:
> Pure Ajax file upload is not possible, becuase of the way Ajax works.
> What you could do is have the file upload POST to an IFRAME within your
> page, and monitor the status of the upload via Ajax.
>
> Several solutions exist for monitoring file uploads, including PHP
> scripts that use Perl, and patches to PHP itself.
>
> To save the results of FCKEditor via Ajax, you have to use the textarea
> replacement method to create your FCK editor.  Then, when the source
> textarea is updated, you can send the contents as a normal Ajax request.
>
>
> >
>
>   


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to