2004-10-20から1日間の記事一覧

ファイルのアップロード

ASP.NETでファイルのアップロードに成功しました。 PostingAcceptorやWebDAVと比べて、格段に使いやすくなっています。aspxファイル <html> <body> <form id="Form1" method="post" runat="server" enctype="multipart/form-data"> <asp:Label id="Label1" runat="server">ステータス</asp:Label></br> 添付ファイルの選択:<INPUT type="file" id="File1" name="File1" runat="server"><…