Skip to main content
Participant
June 17, 2010
Question

Uploading images/inserting image path/insert data.

  • June 17, 2010
  • 1 reply
  • 438 views

Hi, I'm new to Dreamweaver, and so far, am in love with it. I'm trying to create a control panel for a client, that will allow the adding, updating, and deleting of three items: Staff name, staff bio, and a picture.

I'm using MySQL, and have had no problems getting it to work in DW. I've created a record insert, delete, and edit page, and all work fine. I've created an upload page separately, and that works fine, as well. The trouble is, now I'm trying to combine the upload/insert record page, so the client will be able to add a staff name, add a bio, then select an image to upload. Once SUBMIT is clicked, I'd like the file path for the image to be stored, as well as the other fields.

Been having a hard time trying to figure this out, and I have code available upon request.

Thanks ahead of time for any and all help.

This topic has been closed for replies.

1 reply

June 23, 2010

Are you using PHP as server side language?


Participant
June 23, 2010

I am, indeed.