YES or NO: Can a server send an HTTP response, while still uploading the file from the correlative HTTP request?
问题 If a website user submits an HTML form with: (1) a post method; (2) a multipart/form-data enctype; and, (3) a large attached file, can the server upload a posted file, and send a server generated HTTP response before the file upload is completed, without using AJAX? That's pretty dense. So, I wrote an example to illustrate what I mean. Let's say there is an image upload form with a caption field. <form action="upload-with-caption/" method="post" enctype="multipart/form-data"> <input type=