1
Answer

Illegal characters in Path

Photo of Ramco Ramco

Ramco Ramco

1d
89
1

Hi

UploadVideoAndTweet("htps://youtube.com/watch?v=PBc-Qwmh_KQ", "Hi");

public void UploadVideoAndTweet(string filePath, string tweetText)
        {

byte[] fileBytes = System.IO.File.ReadAllBytes(filePath);

}

 

Thanks

Answers (1)

Next Recommended Forum