Delete Files issue
I am having issues working out how to delete images specified in a recordset. I'm sure this is an easy problem to solve but I can not find any documentation on how to delete files with Digital File Pro 2???
I am having issues working out how to delete images specified in a recordset. I'm sure this is an easy problem to solve but I can not find any documentation on how to delete files with Digital File Pro 2???
What have you tried? You should be able apply the Delete File server behavior to delete the file and click on the help button in that interface if you have any questions about it.
Do you have anything specific to ask about it? Have you tried using it? What was the result?
Hi,
The timing was perfect on this post as I needed to implement this very functionality today. It works great!
Two adjustments to be aware of:
1. Be sure that the code to delete the current file is above the Upload File code if you have a redirect page.
2. In the Delete File code, replace cStr(Request.Form("Upload")) <> "" with Request.ServerVariables("Request_Method") = "POST"
Thanks for the help Ray!
-pb100
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.