
September 29th, 2000, 05:04 AM
|
|
Contributing User
|
|
Join Date: May 2000
Location: Alkmaar, The Netherlands
Posts: 123
Time spent in forums: < 1 sec
Reputation Power: 14
|
|
|
If your antivirus progam supports commandline parameters (probable does). You can try handling it in your fromhandler.
When a user submits the form to upload the file you do
1. save the file to its destination
2. exec("antivirus file.ext");
3. Do something else to satisfy your user
------------------
Good luck,
Bas
------------------
E-mail me at: b.vandermeijden@pecoma.nl
|