我需要同时输入3个文件,我想知道如果同时上传同一个文件怎么不插入。如果它已经在数据库中,那也没关系。
示例 sample.pdf 已经插入“warm_up”,然后另一个输入(drill1和drill2)将无法上传 sample.pdf 文件
我也在想如果我在“输入文件”中插入的文件不会显示在其他输入上是否可能。
<input type="file" name="warm_up" required/>
<input type="file" name="drill1" required />
<input type="file" name="drill2" required />
答案 0 :(得分:-2)
您可以在php
中发送表单后比较文件名和扩展名的大小