我正在嘗試使用Post請求將視訊檔案上載到我的伺服器。 var file = new File(videoPath); var uri = Uri.parse(tokenizedUri); HttpClientRequest ...
確定! 回上一頁