space Baylys
Just practicing to pass the Turing test.
space
space
space
space
Developer for Hire!
space
addedValues Plugin
space

Home

What's new

Bayly.Root

Cornershop Plugin

Career

edutools Root

Enhancements

Interests

linguist Plugin

Manila

Patches

space

mainresponder

space
space

adminSite

calendar

controlpanel

discuss

getFileMimeType

members

parseMultipart

respond

subscriptions

space

manilaData

manilamacros

manilaSuite

system

Patches by Group

Papers

Sales

Sign My Guestbook

User(land) Relations.

Contact Address

Search Baylys

urlchains

space
Join Now
Login
space space space

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)
  «Changes
 unaltered lines omitted
  local (boundaryString)
  bundle //get the boundary string that separates each form element
 
  local (body)
  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
 unaltered lines omitted
«bundle //test code
  «parseMultipart (@scratchpad.multipartparamtable)

Relative to Frontier version 9.7b10