|
ASP.NET 2.0 Demos
|
File Upload With AJAX Progress Demo
Description: This is a demonstration of an AJAX-based progress bar displayed by the browser showing the Progress of an
upload. To see the bar please upload a large size file.
UpFilesBE's HTTPModule,
UpFilesBEModule,
must be enabled
on the Web Server to show the progress.
To see different types of Progress bars please see
UploadWithProgress,
UploadWithProgressInlineFrame,
UploadWithAJAXProgressPopUp,
UploadWithProgress3
and
UploadWithProgress2
samples.
|
File Upload With AJAX Progress In A Popup Demo
Description:
This is a demonstration of an AJAX-based progress bar displayed by the browser in a
PopUp showing the Progress of an upload. To see the bar please upload a large size file.
UpFilesBE's HTTPModule,
UpFilesBEModule,
must be enabled
on the Web Server to show the progress.
To see different types of Progress bars please see
UploadWithAJAXProgress,
UploadWithProgressInlineFrame,
UploadWithProgress,
UploadWithProgress3
and
UploadWithProgress2
samples.
|
File Upload With Progress In An Inline Frame Demo
Description: This is a demonstration
of a pure HTML inline progress bar displayed by the browser showing the Progress of an
upload. To see the bar please upload a large size file.
UpFilesBE's HTTPModule,
UpFilesBEModule,
must be enabled
on the Web Server to show the progress.
To see different types of Progress bars please see
UploadWithAJAXProgress,
UploadWithAJAXProgressPopUp,
UploadWithProgress3,
,
UploadWithProgress
and
UploadWithProgress2
samples.
|
File Upload With Progress Demo
Description: This is a demonstration of a pure HTML progress bar displayed by the browser showing the Progress of an
upload. To see the bar please upload a large size file.
UpFilesBE's HTTPModule,
UpFilesBEModule,
must be enabled
on the Web Server to show the progress.
To see different types of Progress bars please see
UploadWithAJAXProgress,
UploadWithProgressInlineFrame,
UploadWithAJAXProgressPopUp,
UploadWithProgress3
and
UploadWithProgress2
samples.
|
File Upload With Progress2 Demo
Description: This is a demonstration of a different type of pure HTML progress bar displayed by the browser showing the Progress of an
upload. To see the bar please upload a large size file. UpFilesBE's HTTPModule,
UpFilesBEModule,
must be enabled
on the Web Server to show the progress.
To see different types of Progress bars please see
UploadWithAJAXProgress,
UploadWithProgressInlineFrame,
UploadWithAJAXProgressPopUp,
UploadWithProgress3
and
UploadWithProgress
samples.
|
File Upload With Progress3 Demo
Description:
This is a demonstration of a pure HTML progress bar displayed by the browser showing
the Progress of a multiple files upload. To see the bar please upload large size
files. UpFilesBE's HTTPModule,
UpFilesBEModule,
must be enabled on the Web Server to show the progress.
To see different types of Progress bars please see
UploadWithAJAXProgress,
UploadWithProgressInlineFrame,
UploadWithAJAXProgressPopUp,
UploadWithProgress
and
UploadWithProgress2
samples.
|
Single File Upload Demo
Description: This is a demonstration of a simple Client To Web Server
upload. The submitted file is saved in a destination folder
on the web server. For the demonstration of a Client to
Web Server with Progress upload please see the UploadWithProgress sample .
|
Multi-File Upload Demo
Description: This is a demonstration of
multiple Files Client To Web Server
upload. The submitted files are saved in the destination folder
on the web server. For the demonstration of a Client to Database upload please see the DBUpload sample .
|
File Upload with Form element
Description: This is a demonstration of
Form elements uploaded along with a file from Client To Web Server. The Form
elements are returned to the client from the Web Server and the file is saved to
a disk folder at the Server..
|
File Upload To a Database Demo
Description: This is a demonstration of a Client To Database
upload. The submitted file is saved to a new record of
a table in the database. For the demonstration of an update of a table record
with the same file data please see the UploadOptions1 sample .
|
File Upload (Options Set #1) Demo
Description: This is a demonstration of a Client
To Web Server upload with a set of options to show some extra features of
DNUpFilesBE. The submitted file is saved to either a destination folder or
to a database depending upon the selected options.
|
File Upload (Options Set #2) Demo
Description: This is a demonstration of a Client To Web Server upload with a set of options to show some extra features of
UpFilesBE. The submitted file is saved to a database if selected along with the data transfer ChunckSize control for fine tuning.
|