Membaca isi file text dan memasukkan ke input box dengan cakePHP dan jQuery
Sebenarnya mau nyari yang AJAX aja tapi dapat yang pake CakePHP. tapi coba dipelajari dulu. ada ide?Here's how to upload files in CakePHP using jQuery.First, make sure you download jQuery 1.2.2 or greater plus the jQuery Form plugin. Place them in the webroot/js folder and link them in your layout file:<?=$javascript->link(array('jquery.js','jquery.form.js'));?>Now, in this example, I have a table named "Stories” in thedatabase. For each Story, I want to make a text upload option...