Click here to Skip to main content
16,022,309 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, hopefully someone can help me. I have created a webapp using visual studio 2008 and mysql as mydatabase technology. When i run my code locally, my images get uploaded properly and display wherever i have placed the asp image control. I uploaded my webapp to the server thats going to host the webapp, the pics upload properly but they don't display at all. What could be the problem? I checked my database and everything is cool there, i check my filepath for the images and thats correct. Please help! Thank you
Posted

OPen the page in source. Copy out the file path. In the url, delete page reference and paste in the image path. Does the image display? If not then the path is incorrect.
 
Share this answer
 
Either your path is wrong, or the image file doesn't exist where you said it does. Make sure you're using relative paths.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900