PDA

View Full Version : DFP Update form...? Bindings?


mustang_sally_85344510
05-14-2009, 09:08 AM
I'm crafting an update form for a user to update/change the uploads they have submitted. I'm not having any luck on binding the uploaded data...The video tutorials on your WA site isn't working....I have virtually tried binding to everything in the recordset, and also the WA upload....
Could you please tell me what I bind the file to?
Thanks...:)

Ray Borduin
05-14-2009, 09:33 AM
Not sure what value you are looking to update. The bindings should have a lot of different data, and you should be able to use whichever you need for your application.

Are they all blank? Maybe you need to move your upload code above your database insert or update?

mustang_sally_85344510
05-14-2009, 12:14 PM
I am trying to get the the DB informatio to bind with the upload update field on the update page. I do NOT have any blanks in the recordset or WA DFP UPLOAD...
on the page itself. it doesn't retrieve or show any submitted information on the update page. ?
my upload code is above the update...

Ray Borduin
05-14-2009, 12:36 PM
You cannot bind to an upload field.

It is a security concern to allow a web page to populate an upload field, so it isn't possible in web browsers.

You should just set the default value in the file upload server behavior to set it to the existing file from the recordset. Then if the field isn't updated it will use the default.

mustang_sally_85344510
05-14-2009, 01:54 PM
Thank you soooo much for your help!
It's just great to get a basic understanding of how it all works.
And you've been GREAT helping me out! :)
All is goooooood!!! :)