Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我担心允许人们将图像上传到我的服务器。我将运行一个网站,允许用户上传图片,然后调整大小并保存在服务器上。
但是,这里存在滥用的可能性,因为如果有人想编写一个脚本来不断轰炸我的服务器,那么我不仅会在我的服务器上留下大量图像,而且服务器会因所有调整大小而变得超载操作。
这是我正在考虑的一个过程:
这是偏执狂,过于复杂,还是实际上完全合理?任何反馈都会被察觉。
为什么不只包含一个 Captcha 或 Captcha-Like 功能。由于脚本无法读取图像,因此只有人类才能完成验证码。
检查这些: