2

Actually I having one form will four File Input text box (Like Below).

enter image description here

While Submitting form means it is not sending data to server. When i seeing in console that status still in pending(See Below).enter image description here

Don't why it is happening. Please Kindly help me to over come from this.

This Is my Code:

<form action="file.php" enctype="multipart/form-data" method="post">
    Upload 1 <input type="file" name="file1"><br>       
    Upload 2 <input type="file" name="file2">   <br>    
    Upload 3 <input type="file" name="file3">       <br>
    Upload 4 <input type="file" name="file4">       <br>
    <input type="submit" value="Submit">
</form>

Thanks,

Manikandan Thangaraj
  • 1,530
  • 5
  • 23
  • 42

0 Answers0