delete file AJAX doesn't refresh the screen in (query mode $config['index_page'] = 'index.php?'
I have migrated the Crud v. 1.2.3 with CI v.2.1.2
when I tested in local my server can operate delete file function well. (the config file use $config['index_page'] = 'index.php'
But when I migrate to server, some how the server cannot handle with the index.php . And I have no access to change .htaccess file so I simply add
$config['index_page'] = 'index.php[color=#ff0000]?[/color]'; (in config.php file)
so the web have worked well.
Then, I just discovered today, the delete function which always refresh by AJAX does not refresh the screen (the file has deleted in background already). But the add file was working OK.
Could you please help me on this?
delete file AJAX doesn't refresh the screen in (query mode $config['index_page'] = 'index.php?';)
Started by Chanchai Manatrakul, 25 October 2012 - 01:32 AM
- Single Page
Posted 25 October 2012 - 01:32 AM