In my code I want to upload a file to my project(named Musiker), under the folder music. Here is what I did so far, it's not working.'to get the path where to upload it, I did the followingDim strpath As String = Application.StartupPath Dim num As Integer = strpath.IndexOf("Musiker") ...