News Feed
Jobs Feed
Sections




News Archive
NetTuts.com:
How to Upload Files with CodeIgniter and AJAX
September 12, 2011 @ 12:03:27

New from NetTuts.com today there's a tutorial for those using the CodeIgniter framework for their application. It shows how to upload files with Ajax and a simple form (with jQuery and AjaxFileUpload).

Uploading files asnychronously can be a pain at the best of times, but when coupled with CodeIgniter, it can be a particularly frustrating experience. I finally found a way that not only works consistently, but keeps to the MVC pattern.

They help you create a database table to store the file information in (filename and title), make the controller to handle the request and build the view (with the form). Also included is the javascript you'll need to get the AjaxFileUpload script working for your file upload field. They extend the controller to handle the file upload and make a model to handle the upload and fetching of file information. The tutorial is finished off with a simple "delete" action to remove any file that's been uploaded.

0 comments voice your opinion now!
tutorial ajax upload codeigniter framework


blog comments powered by Disqus

Similar Posts

Jonathan Snook's Blog: Creating a Contact Form in CakePHP 1.2

PHP in Action: Get links with XPath

SpyreStudios.com: Connecting with API Data from Instagr.am using PHP

Chris Shiflett\'s Blog: Zend_Filter Reviewed on SitePoint

HowTo Forge: Fedora 8 Server Setup - LAMP, Email, DNS, FTP, ISPConfig - Page 6


Community Events











Don't see your event here?
Let us know!


introduction framework conference zendframework2 code testing opinion interview functional phpunit example language development tool release community podcast unittest application series

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework