I found it:
Using fs As FileStream = File.OpenRead(path)
UploadAttachment1.Items.Add(filesize, filename, fs)
End Using