0

Error is Attribute name "multiple" associated with an element type "input" must be followed by the '=' character.

<form class="form-horizontal" action="/addPackage" method="POST" enctype="myltipart/form-data">
    <div class="horizontal-divider m-0 m-b-15"></div>
    <div class="text-center">
        <input type="file" id="picture" name="picture" multiple>
    </div>
</form>
Phani Kumar M
  • 4,564
  • 1
  • 14
  • 26
Gu Gue
  • 179
  • 1
  • 5
  • 14
  • What software are you using that's giving you the error? Chrome? Firefox? Have you tried `` as [this answer](https://stackoverflow.com/a/1593259/1377706) (on a different question) seems to indicate? – Pharap Oct 20 '17 at 04:45
  • I use firefox . – Gu Gue Oct 20 '17 at 04:47

0 Answers0