I set up a image upload for a user management system im making for my site, where users can upload a avatar that will be displayed in their profile. the image uploaded ok, but it wont show the file on the page. im using
<img src="Path/To/Image/<?php echo $_SESSION['feildname']; ?>">
to display the image. but all i get is a red "x". Also when i try to go directly to the image in my url as in www.domain.net/Path/To/Image/image.jpg it wont show it either, i get a error 500, but when i connect to my server via ftp, and i can download the image from that directory and view it just fine.