1
我想將視頻轉換爲上傳的字節數組。將變量轉換爲字節數組
var videoInput = new Uri("/uploadNewVideo;component/test.mp4", UriKind.Relative);
我想字節數組作爲參數上傳到PHP:
所有的string a = "TRIAL";
string url = "phpURL?";
client.DownloadStringAsync(new Uri(url + "&uploadedfile=" + bytearray + "&name=" + a));
那麼你的問題是什麼?你的代碼不工作?在編譯時或運行時是否收到任何錯誤消息? – Gilles 2012-07-07 13:25:17