Home > Article > Web Front-end > Some problems with virtual directories_html/css_WEB-ITnose
HTML virtual directory
I have some video files and picture files on the E drive and the virtual directory of the website is under D:web. Now I want to access the files in the E drive on the web page. Please tell me. Is there any good way? Development languages html and javascript. Please help me with some ideas, thank you... No, when users visit your website, they actually download the files from your server. If you write the returned data as a local link to the image, it will not be displayed unless the user's E drive also has the target image.
You can create a virtual directory on the E drive and link the pictures to the address of the directory, so that resources and source code can be separated.