close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Photo won't upload

Thread began 2/16/2010 7:42 am by koneill385535 | Last modified 2/17/2010 3:36 pm by koneill385535 | 1645 views | 5 replies |

koneill385535

Photo won't upload

Hi,

I am using Digital File Pro with my Insert page from DataAssist, but when I add things to the Insert page, it never saves the image that I select to PHPMyAdmin. When the detail page comes up, all the other information is there, but not the photo. What could I be doing wrong? Any ideas?

Attached is a screenshot of my Insert page if it helps.

Sign in to reply to this post

Dani Chankhour

Make sure that the Digital File Pro upload server behavior is above the DataAssist insert Server Behavior.

Sign in to reply to this post

koneill385535

It was. I still get this look when it takes me to the detail page.

Sign in to reply to this post

Dani Chankhour

You might need to prefix the image source with a folder name if the images are saved in a special folder. For example:

Your image tag might look something like this:

<img src="<?php echo $row_WADAProducts['ProductThumb']; ?>" alt="" />

But if the image are stored in an imageupload folder, then you need to update it to say:

<img src="../imagesupload/<?php echo $row_WADAProducts['ProductThumb']; ?>" alt="" />


Also, is the image name being stored correctly in the database when you insert?

Sign in to reply to this post

koneill385535

My image tag looked like the first one you wrote. I changed it to:

src="..images/product_images/<?php echo $row_WADAproducts["ProductImage"]; ?>"

and it still didn't work. The photo does go into the folder, but it doesn't show up on the detail page. I am attaching a photo for what the image looks like when it is saved on PHPmyAdmin.

Sign in to reply to this post

koneill385535

Never mind, I left the ellipsis in there. I took it out and it worked well. Thank you very much!!

Sign in to reply to this post

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...