Welcome Guest, Not a member yet? Register   Sign In
jQuery, Add / Delete elements without page refresh
#16

[eluser]Natebot[/eluser]
Jeff,

Codeigniter has got your back (as usual). Listing the files located in a directory is a snap.

Consult the user guide's section on the file helper
http://ellislab.com/codeigniter/user-gui...elper.html

Code:
get_filenames('path/to/directory/')

returns an array of file names. Just use a foreach loop to step through the array to create your list of links. Deleting them can be done like you did above with an ajax call to another controller method and pass the file's name. Just make sure you control where the script is unlinking files - you don't want the user deleting files elsewhere on your server!


Messages In This Thread
jQuery, Add / Delete elements without page refresh - by El Forum - 10-29-2007, 09:35 PM
jQuery, Add / Delete elements without page refresh - by El Forum - 10-29-2007, 10:49 PM
jQuery, Add / Delete elements without page refresh - by El Forum - 10-30-2007, 12:30 AM
jQuery, Add / Delete elements without page refresh - by El Forum - 10-30-2007, 07:13 AM
jQuery, Add / Delete elements without page refresh - by El Forum - 10-30-2007, 09:35 AM
jQuery, Add / Delete elements without page refresh - by El Forum - 10-30-2007, 07:02 PM
jQuery, Add / Delete elements without page refresh - by El Forum - 10-30-2007, 10:41 PM
jQuery, Add / Delete elements without page refresh - by El Forum - 10-30-2007, 10:49 PM
jQuery, Add / Delete elements without page refresh - by El Forum - 11-06-2007, 11:46 AM
jQuery, Add / Delete elements without page refresh - by El Forum - 11-06-2007, 12:29 PM
jQuery, Add / Delete elements without page refresh - by El Forum - 11-06-2007, 12:38 PM
jQuery, Add / Delete elements without page refresh - by El Forum - 11-06-2007, 12:42 PM
jQuery, Add / Delete elements without page refresh - by El Forum - 11-06-2007, 01:09 PM
jQuery, Add / Delete elements without page refresh - by El Forum - 11-06-2007, 01:29 PM
jQuery, Add / Delete elements without page refresh - by El Forum - 06-02-2009, 08:02 PM
jQuery, Add / Delete elements without page refresh - by El Forum - 06-02-2009, 09:04 PM
jQuery, Add / Delete elements without page refresh - by El Forum - 06-03-2009, 12:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB