PHP Image upload not showing up?

  • Thread starter Thread starter raptor
  • Start date Start date
R

raptor

Guest
Can you show me the upload code and the code of the page where 'img src="blahblah blah' is? I worked an online photo gallery. I didn't face this kind of problem.
 
I'm no pro at php, but I'm nowhere near being a n00b either :P
I'm setting up a form for a friend's business. One part is an image upload.

It works perfectly. The image goes to the server, everyone's happy.

On the next page, it shows some information and the picture is included. Yet nothing shows up. When I view the page source, the 'img src="blahblah blah' is all 100% correct. When i go to view the image by typing in the URL, it gives me my site's 404 page.

The weird thing is, I can see the image in the online file manager and in Dreamweaver's FTP bar (I downloaded the image from the server into a different place on my computer, worked perfectly.)

I can't figure out why I can't see it online. The permissions are right and everything. I don't know if any code will help here, but I'm clueless.

Thanks In Advance.
 
Back
Top