|
|
 |
 |
 |
mainresponder.parseMultipart
Mainresponder does not handle form fields whose names contain high ascii characters correctly. On a Macintosh server, they must be converted from is8859-1 (latin -1) alphabet to the native Macintosh character set.
| on parseMultipart (adrparamtable) |
| |
bundle //get the boundary string that separates each form element |
| |
bundle //initialize body, pop off leading dashes followed by boundary string |
| |
local (adrtable = @adrparamtable^.postArgs) |
| |
new (tabletype, adrtable) //fill this table with info from the request |
| |
loop //get each form element, delimited by the boundary string |
| |
«parseMultipart (@scratchpad.multipartparamtable) |
Relative to Frontier version 9.7b10
|