Variable Request.FormData.data

Data, if inlined (empty if isFile() == true)

struct Request.FormData
{
  // ...
  char[] data ;
  // ...
}