I've got the File Upload plugin working in a Codeigniter environment, except for deletion. The data-url atribute of each delete button element is "undefined" so clicking the delete button doesn't work (ie file.deleteUrl is "undefined"). I can see there is a delete_url being returned in the upload JSON response - is this all that is required? If so, why is it not being set as the file.deleteUrl variable?