79240325

Date: 2024-11-30 19:16:37
Score: 0.5
Natty:
Report link

You are missing the name attribute in the <input> element.

You should add the following line :

<input type="file" id="file" name="file">
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: AVTUNEY