www.drclue.net !



F
O
R
M
S
C
L
A
S
S
HTML Guide by Dr. Clue

Advertise on Dr. Clue's www.drclue.net, it's easy!
E-Me!!

THE PEOPLE METER READS 59401 E-Me!!

Your questions, comments and searches are what make this site grow!

C++ FORMS CLASS V3.9b
LAST UPDATE 07/23/2006

Introduction

Dr. Clue's FORM Class eliminates the hassle involved in receiving data of any type from html forms including ...
  • PORTABILITY
    • Utilizing gcc you can easily compile for both windows and unix!
  • HTML FORMS
    • GET
    • POST
  • ISINDEX
  • CLICKABLE IMAGEMAPS
    • Support for standard .map files
    • MAP support in <INPUT TYPE=IMG> tags
  • FORM File Upload
    • Use your HTML forms ,to receive files from users over the http protocol. Supports TEXT and Binary, as well as multiple file uploads!.
DownLoad The Source Code HERE
F1All_c/ F1types.h
F1Forms_c/ Makefile
F1Forms.C
F1Forms.h
F1Geometry_c F1Geometry.C
F1Geometry.h
F1String_c/ F1String.C
F1String.h
F1Dlink_c/ F1Dlink.C
F1Dlink.h
F1Namval_c/ F1Namval.C
F1Namval.h
F1Memory_c/ F1Memory.C
F1Memory.h
makelines/ F1makefile.mk
F1Dlink.mk
F1Forms.mk
F1Geometry.mk
F1String.mk
F1Namval.mk
F1Memory.mk

NOTE:
Some people have experianced cut-offs at aprox 59K. I believe this is probably a client and/or server configuration item, however I am researching it. The decoding routine has no such limit.


All the cgi on this site including FORMula_One (F1.cgi), uses this form class. The companion classes are also good for general purpose development. You can see just about every exploitation of this class in the section. There is also more inforamation about CGI in general , in the section. Utilizing GCC (also available for windows) you can compile the forms class code on ....
BOTH WINDOWS AND UNIX !!!

To get GCC for windows , drop over to