dennismonsewicz Posted October 21, 2008 Share Posted October 21, 2008 I have a website that allows users to upload files. I am wanting to display those files and next to the individual files display a delete link/button and when the user clicks that link/button it will delete the file without having to reload the page. Can anyone point me in the right direction for a good tutorial on how to do this? Quote Link to comment Share on other sites More sharing options...
F1Fan Posted October 21, 2008 Share Posted October 21, 2008 Here's a good AJAX tutorial: http://www.w3schools.com/ajax/default.asp You can just change the PHP code that's executed to delete your files and return some kind of result. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.