'I want to upload a large file to MongoDB using jQuery

I need help to upload large zip file (compressed) and save it to my MongoDB:

        <form action="./uploid" method="post" id="uploadForm" enctype="multipart/form-data"  class="mx-auto">
                  <div class="input-group mb-3 ">                     
                    <input type="file" id="inpFile" name="inpFile" />                     
                   </div>
                  <input id="uploid" type="submit" class="btn btn-primary"/>
        </form>


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source