Upload files with Apache
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.
精彩评论