Hi I am trying to display pictures from a folder with space,
e.g.: <img src=C:\MyWeb\Images\Pix One\Pix1.jpg>
This does not display the file
But if I make it like this:
e.g.: <img src=C:\MyWeb\Images\PixOne\Pix1.jpg>
This displays the file
Is there a way to display the file using "Pix One" directory with space, it is very important for my application.
Thanks
e.g.: <img src=C:\MyWeb\Images\Pix One\Pix1.jpg>
This does not display the file
But if I make it like this:
e.g.: <img src=C:\MyWeb\Images\PixOne\Pix1.jpg>
This displays the file
Is there a way to display the file using "Pix One" directory with space, it is very important for my application.
Thanks