PDA

View Full Version : DFP upload feature


randydom375947
04-02-2009, 05:13 PM
Hi , i'm using your great DFP to let the User upload Files into my Server but what i want is :

I've created a Database : one of its Fields is PFileName ( Var Char ) .

When the User uploads the File , this letter will be stored in my Server's Upload dir and and its name will be written in the Database PFileName field ( even when renamin' the File ) .

Randy

Ray Borduin
04-03-2009, 07:27 AM
I'm afraid I don't understand the question. Where do you get stuck when you try to implement what you want.

randydom375947
04-03-2009, 01:02 PM
How can i attache the DFP FileUpload to my Database PFileName ( so to store only the File Name ) .

Ray Borduin
04-03-2009, 02:12 PM
There is a binding available that will show you how to reference the file name directly. You can use that with DataAssist to update the column.