Posts

Showing posts with the label multi File

Upload Multiple File in Php using Javascript

Result.php  <form>                 <div class = " form-group Row " >                     <label for = " ReportResult " class = " col-sm-2 form-control-label " > Report Result File: </ label >                     <div class = "col-sm-6" >                         <input type = "file" class = "form-control-file" name = "reportfile[]" id = "reportfile"     accept = "image/*,application/pdf" multiple >                     </div>                 </div>                 <div class = "form-group Row" >                     <label for = "remark" class= "col-sm-2 form-control-label" > Remark: </label>                     <div class = "col-sm-6" >                         <textarea class = "form-control" id="remark" ></textarea>