obout
obout.com Home
|
Quick Links
Search
ASP TreeView
Examples
How-Tos and Help
ASP.NET Grid
Examples
Documentation
SlideMenu
Examples
How-Tos and Help
Calendar
Examples
Tutorials
Documentation
Splitter
Examples
How-Tos and Help
Easy Menu
Examples
How-Tos and Help
HTML Editor
Examples
How-Tos and Help
Window
Examples
How-Tos and Help
Purchase
Purchase page
Ordering/Licensing details
Install
Add to VS 2005
Add to project
Support
Contact Us
obout.com
obout.com Home
obout FileUploadProgress
Download
FileUploadProgress home
Working examples
- 9
Default settings
Show uploaded files names
Client-side events handling
Another style
Localization
Custom time format
Preserve space
Allowed file extensions and sizes
StatusPanel
control use
Add/delete file inputs
Customize
- 2
Custom style file
Custom localization file
Configuration
- 3
obout_FileUpload DLL
web.config
- 2
UploadProgressModule
UploadProgressHandler
Documentation
- 4
Server side properties
Client side interface
- 3
OnClientProgressRefreshed
OnClientFileCleared
OnClientFileRejected
Change Log
This example demonstrates
TimeFormat
property use. This property is used for formatting of elapsed and estimated times while control rendering on refresh. By default it has value
"%HOURS%:%MINUTES%:%SECONDS%s"
.
Here we don't want to show
hours
and set
"%MINUTES%m %SECONDS%s"
as time format.
Example code
<
%@ Register
TagPrefix
="fup"
Namespace
="OboutInc.FileUpload"
Assembly
="obout_FileUpload"
%
>
...
<
input
type
=file
name
="myFile1"><
br
/>
<
input
type
=file
name
="myFile2"><
br
/>
<
input
type
=file
name
="myFile3"><
br
/>
<
input
type
=submit
value
="submit"
name
="mySubmit"><
br
/>
<
fup:FileUploadProgress
OnClientProgressStopped
="function(){alert('Files uploaded to server');}"
ShowUploadedFiles
="true"
TimeFormat
="%MINUTES%m %SECONDS%s"
runat
="server"
/
>
Uploaded 
% (
) Total
Uploaded
files
file
from
Uploading file
Last uploaded file
:
Elapsed time:
Estimated time:
Speed:
(Session lost)
rejected
uploaded
Please visit
HOW-TO and Help
page for any questions.
"
Just check it out, and see the demo.., The new grid is rock.. Like it very much... You guys always come with the new thing... Drag and drop column header.. is amazing..and the performance is still the best Thank you very much
"
Husain Ahmad
© Copyright 2000-2008 obout inc. All rights reserved.
Terms of Use
|
Privacy Statement