I have aploaded a photo in my web page, and I was able to retrive it from my hard disk drive, but when i put the page on the server I am using my browsers coulden't retrive it. so
Can somebody show me what I am missing ?
Thank you.
I think you mistyped the path of the photo. Suppose if you give a src path for the image like 'images/test.jpg', you should have one image folder and inside that folder you should saved the image. This will work perfectly in locally. When you upload the files in the server you should keep the same folder strcture in server also...check out this one and let post here if you still getting problem...
- Suresh
Last edited by psuresh1982; 05-15-2009 at 08:39 AM.
Thank you.
what went wrong was that I put all the files together
and It doesn't work like that, now i created a separate file for the graphics and it worked perfect.
but currently I have an issue with the program that i am doing currently.
I am trying to clear the screen in my program, I am using linux GL, server do you know how to
clear screen in ansi C ?