Posts by 537mfb • 136 points
1 post
-
2
votes2
answers4167
viewsA: Upload files with AJAX
If you have every <input type="file" /> that you generate on your own <form> instead of a single <form> with everyone, then: function UploadFile(form) { var formData = new…