User sends his photo to my website through a form (form method="post" enctype="multipart/form-data"... input type="file" ... etc.). Then I move it to appropriate directory and name it (for example "1.jpg")
Why images don't appear when I write something like "<img src='1.jpg'>" ???
When I send an image to site via FTP client it works, and images sent via form don't work. WHY ???