close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

pictures uploading but not showing up

Thread began 5/13/2009 6:12 pm by muddysmurf | Last modified 5/14/2009 10:51 am by muddysmurf | 7221 views | 11 replies |

muddysmurf

pictures uploading but not showing up

I think this is a stupid question, but I can't figure out what I need to do to make it work. My images are being pulled from the database. My pictures are being uploaded and separating into the two sizes that I need. I have 2 different rows in my table - one for smallImg_used and the other for largeImg_used.

How do I - after the images are uploaded to the folder- make the images point to those different rows in the table and show on the page? When I insert a record, it shows my name and description as I inserted, just not my images that I uploaded. The fields are actually blank. I even named the id and name after the row name. I've also tried playing around with the lighting bolt inside the actual dfp configuration.

I'm using php and mysql. I also used the DataAssist wizard to create my results/insert/update/delete pages. I deleted the text field for my thumbnail and inserted a file/upload input type and then put the dfp2 upload to it.

Thanks for any help!

Sign in to reply to this post

fragop363190

First of all I suppose you mean you got 2 columns in your MySQL DB one for big image and one for thumbnail.

You got 2 upload behaviors or u using multiple image thing to produce the 2nd image?
Are you sure both image filenames are in your database and files in server?

Lastly if all the above are correct, in order to show the images you insert an image placeholder where you want the image to show up, bind that column to it and lastly do not forget to add the path to the src of the image placeholder since your db has only the filename in it and not the path.

Please give more exact details of what you have done so I can help you further cause you are not giving enough info.

Which page you deleted the thumbnail? and why only thumbnail? you got 2 columns so you need 2 upload behaviors.

Sign in to reply to this post

muddysmurf

I meant columns. I was half asleep writing that last night since I had been working on that project for a while. My table is called used. I have columns inside that table called Name, Description, smallImg_used, largeImg_used.

I have a recordset on my used inventory page that is calling out this Used table, and posting all of the inventory, newest first on this page.

Now, I used DataAssist to create the backend for the client to upload used inventory, instead of me. I have a results, Insert, Delete, and Update page for this.

Now, I went to the insert page, and first went to the thumbnail (smallImg_used) text field. I deleted that, and inserted an upload input field. I then added the DFP2 Upload server behavior. I have the DFP2 making two images out of the one picture uploaded (hoping that the client only has to upload this same image one time).

The pictures are going into an image folder once created. Just NOT listing as text inside the database column. Hence the reason it's not showing up live.

Now, when I got to insert used inventory, I put in a Name, Description, and upload an image. It inserts this into my database..sorta. I places the Name in the Name column, the description into the Description column, but it doesn't place the image / or image name into my small and large image columns.

Inside the actual page, I have the img src="../images/imagecache/<whatever the php sql from the recordset is here to call out the image for the respective small and large>

I would think this would work...since if I hadn't set the upload input field here, if i had of left it text, and actually wrote picture_thumb.jpg and picture_large.jpg inside the text field and hit insert, then uploaded the image to the folder, I wouldn't have any problem because thats the way i've been doing it before I started to create the backend.

Like I said, it's uploading the two images. There just seems to be something missing to keep it from listing the picture_thumb.jpg and picture_large.jpg inside the respective columns in the database.

Sign in to reply to this post

Ray BorduinWebAssist

Your logic seems correct. Have you looked at the source code to see what might be wrong with the image source when browsing and it doesn't work. That is where I would start.

Sign in to reply to this post
Did this help? Tips are appreciated...

muddysmurf

i've looked at it over and over again, but can't seem to find anything wrong with it. I kept looking at the forms id and name and they are the same as the columns in the table. I've also looked at the code dfp2 puts in the page also, and everything seems right there.

it's really frustrating lol

Sign in to reply to this post

Ray BorduinWebAssist

Do you have a url where I can view the problem?

Sign in to reply to this post
Did this help? Tips are appreciated...

muddysmurf

Try these. I'll change the link names later.

Links PM'd to you.

I think that's a good version. I didn't upload anything else last night, since i'm working local on the problem.

Sign in to reply to this post

Ray BorduinWebAssist

I'm a little confused by your form.

You have one upload field and then a text field. What do you expect in that field? imagename.jpg?

Then when I insert the image name doesn't appear in the thumb field.

So the issue seems to be updating the database with the proper file name of the uploaded file.... am I correct?

This is probably a problem with your insert server behavior. What do you have the field for thumbs set to?

Sign in to reply to this post
Did this help? Tips are appreciated...

muddysmurf

I haven't deleted the large text box yet, due to I was trying to make it work where the client only had to insert the one image, and then dfp resized the image to the size I needed it to be.

"So the issue seems to be updating the database with the proper file name of the uploaded file.... am I correct?"

I believe that's the problem. I mean it's updating the database with whatever I want the text fields (name and description) to be..just not adding the file name of the image that was uploaded to my smallImg_used and largeImg_used columns in my database. Even the results page should show something, and it's set to throw out the imagename.jpg but since the insert isn't giving the file name to the database, it doesn't know to put anything. But the image uploads lol

As for the thumb field:

<?php echo ((isset($_POST["smallImg_used"]))?$_POST["smallImg_used"]:""); ?> Type is still set to Text.

I watched the video again for DFP1 and it said to change that, but for asp users only. But I tried changing it anyway, don't remember to what, but it still didn't work.

Sign in to reply to this post

muddysmurf

update: I just copied the WADAused recordset from another page, clicked the lighting bolt, and under recordset (WADAused) and clicked smallImg_used but it inserted the wrong file name of the image that I updated. It actually updated the image with another image from the database... hmmm

maybe a fluke

Sign in to reply to this post
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...