PowerWEB File Upload for ASP.NET について

ASP.NETのアプリケーションにファイルのアップロード機能を追加、進行状況のリアルタイムの表示機能とサーバー側のストリーミング機能を含む

PowerWEB File Upload for ASP.NET は、サーバーメモリーフットプリントを最小にしながら、ブラウザからWebサーバにファイルを転送するためにAjaxを使います。FTPサーバーに対してディスク、メモリ、あるいはダイレクトファイルアップロードのような先進的なアプリケーションのためにストリームインターフェースでファイルストリーミングをすることができます。さらに、ルック&フィールはファイルアップロードコントロールについてシームレスにウェブサイトデザインの中に溶け込むために、カスタムフォ

PowerWEB File Upload includes:

  • 4 Web server controls
  • Full MS Help 2.0 Documentation, including extensive examples
  • UploadManager - Used to configure page-level upload behaviour, including upload destination and streaming behaviour
  • Upload - The interactive upload control which allows end-users to select files and initiate a file transfer
  • OpenFileDialog - A control which can be attached to browser elements, to provide custom open file dialog and upload behaviour
  • ProgressPanel - A fully customizable panel which displays file upload statistics and progress bar for each file included in an upload operation

Compared to the native ASP.NET HtmlInputFile control, the PowerWEB File Upload control:

  • Can upload multiple files
  • Is a visual control that can be styled
  • Uses Ajax to upload files, eliminating the full-page refresh
  • Streams files to memory, disk, or any other streaming interface (to eliminate large memory allocations on the server)
  • Allows the user to cancel the upload at any time

PowerWEB File Upload also includes advanced web controls that enhance your users' experience:

  • True drag/drop/run operation is provided, automatically modifying the web.config file in the design-time environment
  • The OpenFile control allows the user to select multiple files within a single dialog box
  • The ProgressPanel control can be styled and customized for any application