CGI返回信息無法打印到web頁面的問題

場景:公司需要使用cgi實現文件上傳,上傳結果的信息直接顯示到web面。 其中涉及文件上傳和保存的代碼有:     //保存文件上傳文件到/tmp/test.tar.gz      std::ofstream ofs("/tmp/test.tar.gz");     if(!ofs.is_open()){         response(-1,"Failed to open the templa
相關文章
相關標籤/搜索