Click here to Skip to main content
15,893,381 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have Camera Control that are save Images in D:\ drive and show the images of in our web page..my code successfully run in server side but my problem is that application in run in client side that time my application is also save images in client D:\ but it show server computer D:\ images if server system images are not available that time it not show images.
please Help me ...
Thanks in Advance

What I have tried:

i am tried memory stream to read images and give image.image url
Posted
Updated 5-Aug-16 21:35pm

1 solution

It doesn't work, it just appears to: when you tested in development, it accessed the Server D: drive, not the Client D: but because they were both on the same computer it appeared to work fine.
The server has no access whatsoever to the client hard disks: it can only access images that have been transferred from the client to the server.
This may help: Capture Image (Photo) from Web Camera (Webcam) in ASP.Net using C# and VB.Net[^]
 
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