PDA

View Full Version : DFP for simple force download from string


john.carter13796
05-18-2009, 06:31 AM
Ive been trying to use DFP2 to force downloads based on a url string. The files are displayed on one page with a go to detail link in a repeated region. I used DFP on another page with a recordset to filter the string/record id. I have tried record set is not empty, any form post(get) & before page loads, none of these seem to work. Am I on the wrong track here?
Thanks

Ray Borduin
05-18-2009, 07:45 AM
No, that should work. What happens? Maybe the file path is wrong?

john.carter13796
05-18-2009, 03:48 PM
No, that should work. What happens? Maybe the file path is wrong?

it just goes to the blank download/pages that contains DFP. No download. I know the recordset is filtering correctly & i'm pretty sure the path is correct. I've done this with DFP 1 in ASP on a few sites, this however is my first using DFP2 & PHP. I've also deleted the DFP includes folder & started over a couple of times with same results.

Ray Borduin
05-18-2009, 04:47 PM
What trigger are you using in the download server behavior?

john.carter13796
05-18-2009, 07:09 PM
What trigger are you using in the download server behavior?

Most of them; record set not empty, any form post & before page loads.

Ray Borduin
05-19-2009, 05:57 AM
It should work. Maybe the file path is wrong? Please post a support incident, somebody will have to help you debug the code directly.

At this point I would start adding echo() and die() statements to try to figure out what was and wasn't working. Something clearly isn't working right, but it is hard to determine without debugging the page itself while it is running.