|
|
telerik
r.a.d.upload V2.13
|
| Desc |
r.a.d.upload is a specialized file-upload component,
employing a highly efficient proprietary HttpModule. It allocates a minimum
amount of server memory, while enabling optimized and completely configurable
single- and multi-file uploads.
|
Features
|
Optimized Memory Usage
r.a.d.upload features a highly efficient proprietary HttpModule. Unlike the
standard upload mechanism, which puts all of the uploaded files in the server
memory, r.a.d.upload processes the upload stream in chunks with a variable
size. The files are constructed in temporary folders on the server, which
ultimately reduces the amount of allocated memory to a minimum.
Automatic File Validation
r.a.d.upload can automatically validate the size, extension and the MIME type
of the uploaded files. The valid files can be accessed using the UploadedFiles
property of the RadUpload instance. The invalid files are still uploaded on the
server and can be accessed using the InvalidFiles property if necessary.
Automatic Storing of Files
r.a.d.upload provides a TargetFolder property, which allows you to specify the
folder where the files will be stored after upload.
Multi-file Upload
You can easily upload several files at once - just select the files and submit
the form. Furthermore, depending on the file-count settings, users can add
client-side extra file selectors (inputs) if needed. This behavior is
controlled using the InitialFileInputsCount and MaxFileInputsCount properties.
Customizable Appearance
The appearance of r.a.d.upload can be easily customized using skins. The
visibility of the user interface elements can be controlled using the
ControlObjectsVisibility property.
Customizable Progress Area
Displays various information about the status of the upload progress:
• progress bar and count for the uploaded bytes
• the name of the file being currently uploaded
• progress bar and count for the uploaded files
• the elapsed and the estimated times
Each of the progress area elements can be easily hidden. |
| Price |
$ 249 |
Check also dotFileMan - Dot Net File Manager
|
|