[eluser]Simple Focus[/eluser]
I have another newbie question. I have an existing Codeigniter installation that I want to use the file upload plugin on. However, the demo requires this code:
Code:
<?php
require_once "ajax.php";
$ajax = ajax();
This conflicts with index.php and throws all kinds of errors. My question is this: How can you integrate the upload plugin into an existing view?