Click here to Skip to main content
16,011,743 members
Home / Discussions / Web Development
   

Web Development

 
QuestionHow user download the file? Pin
Thuy Dinh8-Feb-03 16:32
Thuy Dinh8-Feb-03 16:32 
AnswerRe: How user download the file? Pin
Paul Watson10-Feb-03 0:58
sitebuilderPaul Watson10-Feb-03 0:58 
GeneralRe: How user download the file? Pin
Thuy Dinh10-Feb-03 3:01
Thuy Dinh10-Feb-03 3:01 
GeneralASPs link manager Pin
Davy Mitchell8-Feb-03 10:37
Davy Mitchell8-Feb-03 10:37 
GeneralRe: ASPs link manager Pin
Vasudevan Deepak Kumar10-Feb-03 23:07
Vasudevan Deepak Kumar10-Feb-03 23:07 
GeneralRe: ASPs link manager Pin
Davy Mitchell11-Feb-03 21:04
Davy Mitchell11-Feb-03 21:04 
GeneralASP file upload COM with Virus Scanning Pin
Andrewpe8-Feb-03 10:05
Andrewpe8-Feb-03 10:05 
GeneralRe: ASP file upload COM with Virus Scanning Pin
Vasudevan Deepak Kumar10-Feb-03 23:02
Vasudevan Deepak Kumar10-Feb-03 23:02 
Hi Andrew,

You may try this workaround. Normally all antivirus scanners have shell extensions, whereby you can scan from other application and have your application respond to the user depending on particular return value from the AntiVirus software. This way only WinZip works scanning the archives after you configure an antivirus scanner in its configuration.

Here are the steps:


  • Use an object to execute the ShellExtension application of the antivirus software passing the file to scan as the argument. You can use http://www.serverobjects.com/ ASPExec too. This is free. For example on ShellExtensions for Antivirus, you may need to check up with the Antivirus Software Help files. For McAfee Viruscan, I think it is C:\Program Files\Common Files\Network Associates\On Demand Scanner\Scan32\scan32.exe. For AVG Antivirus from Grisoft, it is AVGSE.EXE from C:\Program Files\Grisoft\AVG\AVGSE.EXE
  • After the file has been scanned, you may check out the return value, which should help you out to find whether the file has been infected or not and then suitably inform the user regarding the same.


Does this solve your doubt?

Deepak Kumar Vasudevan
http://deepak.portland.co.uk/
GeneralRe: ASP file upload COM with Virus Scanning Pin
Andrewpe10-Feb-03 23:12
Andrewpe10-Feb-03 23:12 
GeneralVirus Scanning ASP File Uploads Pin
Andrewpe8-Feb-03 10:02
Andrewpe8-Feb-03 10:02 
GeneralCSS question Pin
Rohit  Sinha7-Feb-03 21:20
Rohit  Sinha7-Feb-03 21:20 
GeneralRe: CSS question Pin
Philip Patrick7-Feb-03 21:43
professionalPhilip Patrick7-Feb-03 21:43 
GeneralRe: CSS question Pin
Rohit  Sinha8-Feb-03 0:58
Rohit  Sinha8-Feb-03 0:58 
GeneralRe: CSS question Pin
Stephane Rodriguez.7-Feb-03 22:17
Stephane Rodriguez.7-Feb-03 22:17 
GeneralRe: CSS question Pin
Rohit  Sinha8-Feb-03 0:56
Rohit  Sinha8-Feb-03 0:56 
GeneralRe: CSS question Pin
Stephane Rodriguez.8-Feb-03 2:35
Stephane Rodriguez.8-Feb-03 2:35 
GeneralRe: CSS question Pin
Richard Deeming10-Feb-03 0:32
mveRichard Deeming10-Feb-03 0:32 
GeneralRe: CSS question Pin
Rohit  Sinha10-Feb-03 2:30
Rohit  Sinha10-Feb-03 2:30 
QuestionHow to create a chatroom application Pin
Ph@ntom7-Feb-03 19:39
Ph@ntom7-Feb-03 19:39 
AnswerRe: How to create a chatroom application Pin
Philip Patrick7-Feb-03 21:47
professionalPhilip Patrick7-Feb-03 21:47 
Questionhow can you dynamically add hidden form element in ASP.NET Pin
devvvy7-Feb-03 16:55
devvvy7-Feb-03 16:55 
Generalmouseover color for DataGrid. Pin
devvvy7-Feb-03 16:25
devvvy7-Feb-03 16:25 
GeneralRe: mouseover color for DataGrid. Pin
Steve McLenithan7-Feb-03 18:11
Steve McLenithan7-Feb-03 18:11 
QuestionCan I hide <option> elements? Pin
jerry0davis7-Feb-03 4:01
jerry0davis7-Feb-03 4:01 
AnswerRe: Can I hide <option> elements? Pin
Paul Riley7-Feb-03 4:28
Paul Riley7-Feb-03 4:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.