I am facing issue with creating stream for filename having spaces or %20
Code:
using (Stream stream = webclient.OpenRead("http://tryanderror/Lists/Uploaded%20Audio%20Files/Attachments/32/[Songs.PK] Band Baaja Baaraat - 01 - Ainvayi Ainvayi.mp3"))
{
}
Leave a comment: