FormData.set

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void set(string name, Blob value, string filename)
  2. void set(string name, Blob value)
    struct FormData
    nothrow
    void
    set
    ()
    (
    string name
    ,
    scope ref Blob value
    )
  3. void set(string name, string value)

Meta