Forum Moderators: mack
Background:
I have created a basic website and found some instructional code for uploading/downloading files. Please note, I'm not referring to the sending/receiving of emails, I am referring to uploading/downloading of a files (eg a word document).
The files will be uploaded by one user, stored in a MySQL database and downloaded by another.
As my site is an internet website, sooner or later a user will upload a virus. I want to prevent (as much as possible) the virus being downloaded onto another users computer.
Website details:
- shared hosting,
- Windows operating system,
- ASP code and
- MYSQL database
I would really appreciate this help, as I would like to offer this feature - but I want to offer it responsibly.
Thanks.
Seeing as you have ASP, it may be better in forum 47. [webmasterworld.com]
I recognise I could download each document to my personal PC and virus check them.
However this would add:
- an additional turnaround time to check each document
- the risk of infecting my own PC and
- a lot more work for my PC as the functionality took off.