SirJakesalot / TutorialManager

A web application for managing a tutorial website
0 stars 0 forks source link

File Uploads: Filtering #1

Open SirJakesalot opened 8 years ago

SirJakesalot commented 8 years ago

To increase site security, there should be a check that the file being uploaded is an image. This includes checking the file extension and possibly using a library. It should also check things like file size, name (for duplicates), etc.

SirJakesalot commented 8 years ago

Restrict number of files, type of files, etc.