qDecoder CGI Examples
qDecoder is a development kit for C/C++ network programming includes CGI/FastCGI supports.
The qDecoder Project
http://www.qdecoder.org
[View Cookie Variables]
qDecoder stores the binary data of uploaded file into memory.
Then upload.c saves it into disk. All most case this is useful.
And also this is default mode for multipart/form-data decoding.
file mode example
qDecoder stores the binary data of uploaded file into disk directly on the fly.
So qDecoder uses smaller memory to handle huge size of file.
progress mode example
This will display progress status window to the user. This is sub mode
of file mode and called progress mode.
[Download example]
[View Session Variables]
[Destroy Session]
[View Parsed Results]
[View Results]
[View Results]
The qDecoder Project