File Upload for ASP.NET is a set of components that use advanced
Ajax techniques to transfer files from browser to web server while
minimizing the server memory footprint. Animated progress bars are
displayed for each file in the ProgressPanel control.
Interactive File Upload Functionality for ASP.NET
- Upload multiple files using a single upload dialog
- Progress bars displayed for each file in an upload operation
- Cancel button optionally allows users to interrupt a file
upload
- Ajax uploads without Postbacks
Customizable Look and Feel
- Image buttons or standard HTML buttons
- Background colors, borders, and images
- Fonts and styles set on labels and values for simple
localization
- OpenFileDialog control allows uploads without displaying a
"Browse" button
Efficient File Uploads for Low Server Overhead
- Spool files directly to disk instead of server memory
- Stream file data directly to any Stream interface
- Customize temporary and final file destinations
- Limit file upload sizes
Easy to use and Flexibility
- Cross-browser compatibility
- Drag, drop, and run - no form or web.config manipulation to
get up and running
- Samples projects included for C# and VB
- Supports all .NET Framework versions
- Compatible with Visual Studio 2008, as well as Visual Studio
2003, and 2005
Environments
PowerWEB File Upload for ASP.NET will operate on any Microsoft
operating system that fully supports the Microsoft .NET Framework
1.1, 2.0, 3.0 and 3.5 as by nature, .NET components are dependent on
the Framework rather than a specific operating system. The
components can be used with any .NET compliant language, but have
only undergone testing with the following languages:
PowerWEB File Upload for ASP.NET components have been tested in
the following development environments:
- Visual Studio .NET 2003, 2005 and 2008
- Visual Web Developer Express