10 years experience in multiple file upload
and web file management solutions
<%TOP_LINKS%>
Online Examples
|
Element-IT PowUpload 1.3 Examples:
This examples explains the use of the PowUpload control to upload files in ASP.NET C# applications. But VB.NET samples also included to ristribution archive. The most samples doesn't use "code behind". So you can view and modify such samples at any text editor.-
Simple upload (
In
new window)
View
source code online
Simple example of upload. Uploads 2 files and allows to type a comment to a Form text field.
-
Upload with AJAX
progress bar (
In
new window)
View
source code online
Example shows Progress bar on the same page without Page postback using AJAX. Sample also demonstrates access to Form values and shows uploaded files before whole request will be uploaded.
-
RuntimeSettings
and bandwith control (
In
new window)
View
source code online
Example demonstrates how to define PowUpload settings while runtime(Without Web.Config) or define individual settings for each request and using upload speed limit.
-
Upload and extract ZIP
files (
In
new window)
View
source code online
Example demonstrates ZIP files type detection on client side and UnZIP operation on server side.
-
Custom upload
handler (
In
new window)
View
source code online
Example demonstrates IUploadHandle interface that allows to do custom actions while uploading. Sample demonstrates saving files directly to SQL batabase while uploading without saving to hard disk.
Attention! This is not online working example. We prohibited SQL writing part to increase our server load.
-
Some
other examples
Some other examples of PowUpload and our client-side multiple files upload controls.
Element-IT Image processing Examples:
Examples demonstrates the most popular cases of image processing with the help of .NET built-in classes and image uploading with the help of PowUpload.Online Examples
