开发者

Upload files with Apache

开发者 https://www.devze.com 2023-02-01 21:20 出处:网络
I\'m开发者_运维问答 writing a CGI program in C to get an uploaded file through HTTP multipart/form-data.

I'm开发者_运维问答 writing a CGI program in C to get an uploaded file through HTTP multipart/form-data.

How is that Apache handles file uploads? How can I get the data?


You could use an established CGI library, such as cgic, which has cgiFormFileName method for handling uploaded files.

0

精彩评论

暂无评论...
验证码 换一张
取 消