Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何删除上传文件内容的不必要部分?我正在使用 HTML 表单文件上传来获取文件。但是在提交文件并使用CONTENT_LENGTH后,它似乎显示了额外的信息,如“WebKitBoundary[random characters]”。如何删除这些标题?谢谢!
我通过fgets在while循环中使用来解决这个问题,直到它从stdin. 然后,我将它们加载到缓冲区中,通过将它们设置为来删除那些不必要的字符串NULL。
fgets
while
stdin
NULL