Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これはvb.netで書いた私のコードです
Dim path As String = FileUpload1.PostedFile.FileName Dim fileStream As Stream = File.OpenRead(path)
このコードはサーバー側でファイルを選択していますが、クライアント側でファイルを選択したいです。私は何をすべきか。どうもありがとうございました。