PHP - Blocking of uploaded adult images

后端 未结 12 1014
无人及你
无人及你 2020-12-15 00:21

We have a setup a product management system where the head of the product development can upload pictures of products and those pictures will instantly show up on our websit

12条回答
  •  执笔经年
    2020-12-15 00:54

    Implement image premoderation. If there's a single person uploading those (like you imply), shouldn't be too hard for someone else to take a brief look and click "Approve" on each.

    And it's way cheaper, and more reliable, than using any library. You cannot formalize "adult".

提交回复
热议问题