Customizable styles and appearances
WebFileUploader lets you create your own custom style easily via properties to match
your overall application’s look-and-feel.
Localizable text element
WebFileUploader also provides localizable text element. This is important when you’re
building a cross-culture application which requires sophisticated uploading experience.
Complete Client-side events
WebFileUploader is designed with rock-solid API and extensible client-side events
to give you total control over uploading process. Works in conjunction with real-time
progress bar feature, WebFileUploader sent event notification to client-side in
real-time – such as OnBeforeUpload, OnAfterUpload OnErrorUpload, and even OnUploading
event.
Complete Server-side events
In addition to client-side events, WebFileUploader also provides comprehensive server-side
events, making it easy for developers to customize and extend the control with additional
processing on certain event.
It is designed with sophisticated architecture that enables server-side events to
be raised properly, although WebFileUploader doesn’t have direct access to the Page
object due to the nature of its architecture that used more advanced HttpModule/HttpHandler
technology instead of old-fashioned AJAX.