You can parse application/x-www-form-urlencoded and multipart/form-data source stream to collection of form fields.
| ProcessBlock | Process part of source form data. | |
| ProcessMultipartFile | Lets you parse multipart files (.mht, .msg, etc.) to fields. |
| Boundary | Boundary for multipart/form-data stream. |
| String, RW | |
| FormType | Specifies form type for parsed data. |
| eFormType, RW | |
| CharSet | String or numeric (ConvertCodePages) expression that describes the character set used for the request data. If no value is supplied, source form string data are interpreted using ANSI codepage. |
| ConvertCodePages, RW | |
| MaxMemoryStorage | Maximum size of source data stored in memory. Data are stored in Temp folder (ScriptUtils.ASPForm.TempPath) if the source data size exceeds this value. |
| Long, RW | |
| TempPath | Path to store form data during read of form (upload) on server-side. |
| String, RW | |
| Items | Collection of all form fields (plain form fields and files) |
| FormFields, RO |
Upload - Form parser and VBA 6 |
Kernel, ByteArray, Process, Thread, Advapi, INIFile, ZLib, LogFile, ASPForm, FormFields, FormField, FormParser
ProcessCreationFlags, ThreadPriorities, PriorityClasses, LogonTypes, ConvertCodePages, OutputTypes, ZLibCompressLevels, ConvertTypes, LogLineEncodes, LogLineBeginTypes, FormStates, eFormType
© 1996 - 2009 Antonin Foller, Motobit Software | About, Contacts | e-mail: info@pstruh.cz