有谁能给我介绍文件上传的原理及其技术,特别是server_side的处理。相关内容如下:
1 To handle a file upload to the server, a server-side process must be running that can handle multipart/form-data submissions. For example, the Microsoft Posting Acceptor allows Microsoft Internet Information Server (IIS) to accept file uploads. Additional Common Gateway Interface (CGI) scripts that can handle multipart/form-data submissions are available on the Web.这些是怎么样处理的?
2 完整的上传例子.