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.
Fileupload を使用してファイルの内容を読み取ることは可能ですか。
たとえば、XML ファイルを Database に保存したい場合、ユーザーは Fileupload を使用してファイルを検索し、ボタンをクリックしてファイルの内容を Database に保存します。
私はこれを試しましたが、うまくいきません
string s=Fileuploder1.Filecontent.tostring();
しかし、成功しません。何か考えはありますか?