Quote:
|
What am I supposed to be looking at, I don't understand?
|
Let me make it clear then, in your storing into the database, you store the filename with a leading
upload/ since you store it into your $file.
In your displaying you retrieve this filename with the leading upload/ but when displaying you add another upload/ to it, so teh <img> tag has a source of
upload/upload/file.ext this will neveer display your file....
Is that clear enough, or wasn't that exactly what my two snippits of code was showing you ????