Click here to Skip to main content
15,896,111 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys,


Does anyone know how to copy file from dvr device to a asp.net webpage?

I have been searching and googling for a week and found nothing.

Please help.
Posted

1 solution

That depends entirely on the capabilities, and security restrictions, of the DVR. It has nothing to do with ASP.NET at all.

If your DVR doesn't expose itself over a network or over USB to your computer you're going to find it impossible to copy the file.

After that, is the file going to be in a format you can play?

Lastly, another problem on the list is worrying about if the file is protected or not. If it is, it'll be completely worthless to you.
 
Share this answer
 
v2
Comments
sijith.ch 28-Oct-14 8:30am    
thank u dave for your quick response but the thing is that i can copy the file when iam connect that device to my pc so i think that we can also copy that using asp.net application
Dave Kreskowiak 28-Oct-14 9:18am    
ASP.NET is a framework for generating web pages, nothing more. It has nothing to do with copying files.

All you need is the System.IO.File class to copy a file and the path to the source file. What that path is depends entirely on how the DVR exposes itself to Windows.

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