T
tshad
We have a few pages that accept uploads and want to scan the files before
accepting them. Does Asp.net have a way of doing a virus scan?
We are using Trendmicro to scan files and email but don't know if we can use
it with our pages to handle files that our clients upload. Is there some
type of API that would allow us to do this?
I want to be able to Upload Word files using:
<input id="MyFile" visible="true" style="width:200px" type="File"
runat="Server">
I then get the file and then do a:
MyFile.PostedFile.SaveAs(PathFileOut)
But I want to do a Virus Scan before I do this. We are using Trend Micro at
the moment.
Thanks,
Tom
accepting them. Does Asp.net have a way of doing a virus scan?
We are using Trendmicro to scan files and email but don't know if we can use
it with our pages to handle files that our clients upload. Is there some
type of API that would allow us to do this?
I want to be able to Upload Word files using:
<input id="MyFile" visible="true" style="width:200px" type="File"
runat="Server">
I then get the file and then do a:
MyFile.PostedFile.SaveAs(PathFileOut)
But I want to do a Virus Scan before I do this. We are using Trend Micro at
the moment.
Thanks,
Tom