PDA

View Full Version : Digital FilePro Passing Filename to Database


teslapie373243
03-29-2009, 07:35 AM
I was interested if anyone can help me with this. I have FIlepro working like a champ. The issue lies in trying to pass the name that is being used on the save to my database for later retrieval, we are running in PHP.

Where do I find the correct variable to get the name that the script used to save the file as?

Danilo Celic
03-29-2009, 08:49 PM
When you add DFP to a page, there are several data bindings created including the file name of the uploaded file. YOu can see a list of the available data bindings by going to the DFP help page:
http://assets.webassist.com/html-help/112/index.htm
Go to Features, then Upload wizard and scroll down.

To use a databinding, you can drag it out onto your page if you simply want to write it out, or you can use that value to update your database. If you're using DataAssist, then you can use access the data bindings to set the selected data binding as the value to insert/update a table.