我想上传一个文件到我的寓言-Elmish,结束,这样我可以把它发送到服务器进行处理。然而,我找不到任何文档/样本来涵盖这一点。这是我的更新功能: match msg with {model with results = None}, Cmd.ofPromise getData "" FetchSuccess FetchFailure
我正在尝试使用Fable完成POST请求,遵循本教程:error FSHARP: The value or constructor 'toJson' is not definedtoJson postData)) //Encode.Auto.toString(1, postData) //Fable.Core.JS.JSON.stringifylet respo