0

Im trying to display images from a directory "uploaded_files"

Source : using the code from this tutorial

but all I get is boxes and no images link to my project

1
  • 2
    Replace <img scr=" to <img src=" Commented Nov 26, 2012 at 5:21

1 Answer 1

3

Your code is <img scr="...

Change it to <img src="...

Sign up to request clarification or add additional context in comments.

1 Comment

How are scr and src the same?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.