File Upload Forms: Security
Posted
by
Snow_Mac
on Programmers
See other posts from Programmers
or by Snow_Mac
Published on 2012-06-07T21:06:01Z
Indexed on
2012/06/07
22:47 UTC
Read the original article
Hit count: 408
web-development
|security
SO I'm building an application for uploading files. We're paying scientists to contribute information on pests, diseases and bugs (for Plants). We need the ability to drag and drop a file to upload it.
The question becomes since the users will be authicentated and setup by us, will it be necessarcy to include a virus scanner to prevent the uploading and insertition of malicious files.
How important is this?
© Programmers or respective owner