I am unaware of any limitation on uploading files via ajax, can you show me where you read this?
All you are doing is creating a file input field, and submitting it via ajax to a controller/action .. it will be able to process that file field, upload to server, create a record in a table and return the file's url. I recommend you learning jQuery rather than plain javascript as, like CakePHP does for PHP, it provides a great framework to aid rapid development. HTH, Paul. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
