Adding Image in html

前端 未结 3 1580
南旧
南旧 2021-01-27 11:13

I cannot seem to add an image in html. I\'m using ASP.net MVC 3. My image, named KeyLargoPic, is located on a flash drive in the folder X:\\Project\\Project\\Photos\\Key Largo

3条回答
  •  南方客
    南方客 (楼主)
    2021-01-27 11:47

    Upload the image to your web server and reference via web path from your project. The web server can't read from your usb drive.

提交回复
热议问题