PDA

View Full Version : Upload file not showing up in database


bluedogconcepts357980
06-01-2009, 05:43 PM
DFP2

Using data assist I have set up insert / detail / results / delete / search pages connecting to mySQL database - all works OK.

Have used DFP2 to set up an Upload file w/progress bar - file uploads fine but the file name does not show up in the database.....

Going wrong somewhere... Under the File Field in the wizard I click on the lightning button and choose the file filed <?php echo $row_Recordset1['Image1']; ?> as the path to the database.

Any help appreciated!

Rgds John

Ray Borduin
06-02-2009, 05:48 AM
There is a bug preventing it from working properly on the update page. Please post a support incident and somebody will send you the fix for this today.

keithk12532
06-03-2009, 04:01 PM
HI All
Ray, John askes about when your are inserting and not updating i'm having the same problem are the errors linked?

Its when i insert into the database.

Kind regards
Keith

Ray Borduin
06-03-2009, 04:19 PM
The problem is with the default value specification. When you are depending on that field it would not work on the insert or update pages until you get the fixed file.