Searched defs:MultiFormData (Results 1 – 3 of 3) sorted by relevance
40 struct MultiFormData { struct43 std::string name;44 std::string contentType;45 std::string remoteFileName;46 std::string data;47 std::string filePath;
42 struct MultiFormData { struct45 std::string name;46 std::string contentType;47 std::string remoteFileName;48 std::string data;49 std::string filePath;
559 export interface MultiFormData { interface