qDecoder CGI Examples
The qDecoder Project - Web Application Interface for C/C++
http://www.qDecoder.org
Being a Web Application Interface for C/C++ use, qDecoder is a solution product for developers.
The Query Fetch algorithm of qDecoder based on the linked-list provides transparency
with low layers by the simple library interface regardless of COOKIE/GET/POST(including File Upload).
Thus, it enables the web based software to be more intuitively designed and implemented.
qDecoder is developed according to the free software model and is publicly distributed.
[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]