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.
我需要允许用户只上传文本文件(.txt、.doc、.rtf 等)。如何验证上传的文件仅包含文本数据。我需要验证文件中的数据而不是文件扩展名。
如果用户上传除文本文件之外的任何图像或视频文件等,我需要显示“您上传的文件的格式与所需的格式不匹配”
您可以尝试使用 Apache Tika 库。它可以通过文件的内容找出文件的类型。