I already have a web page that lists all of the file names on my web site. Let me try to explain what I am trying to do.
I am going to build a web application where users will be able to delete a certain product from the online catalog.
Look at this example:
Product ID, Product Name, Product Description, Price, and ImageName (the name of the pic file on the web site).
I can delete all of the field names from the database. But I would like to be able to delete the image file from my web site at the same time without having to use FTP. I already know how to upload files to FTP from a web page.
Does this make sense? Can someone please give me some sample code to delete a file from my web site using a web page instead of FTP?
Edited by Misty