Variable Request.FormData.path

If we have a file attached, here it is saved.

struct Request.FormData
{
  // ...
  string path ;
  // ...
}