multipart/form-data CGI [Archive] - SpeedGuide.net Broadband Community

View Full Version : multipart/form-data CGI


Sadrok
03-07-02, 12:46 PM
I wanna read the data submitted by a form using ENCTYPE="multipart/form-data" with a C++ CGI application under a Linux environment.

I especially need it to accept pictures from the remote client browser.

4oh4
03-08-02, 02:09 PM
So you're looking for an upload script for pics?

Sadrok
03-09-02, 05:54 AM
not really. I need some way to get the data and parse it so I can save it to a file using C/C++. maybe a C/C++ library.

I've done some experiments and seem to get something done, but just in case......... :p