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 -~----------~----~----~----~------~----~------~--~---
