Localization Sample
Culture:
Select files to upload:
|
Uploading ,
(calculating).
|
|
Currently uploading:
,
file
of
.
|
|
Speed:
(calculating).
|
|
(calculating) remaining.
|
|
|
Cancel
NOTE: the maximum allowed request size for this sample is 1000 MB. If you attempt to upload files larger than this,
you will recieve a oversized upload error which SlickUpload will handle gracefully. This is controlled by the maxRequestLength attribute of the
httpRuntime key in the web.config file.
Description
SlickUpload fully supports localization because the entire display is templatable. Use the built-in ASP.NET localization techniques (or a custom method if you're doing localization by hand).
This example demonstrates localization using the built-in ASP.NET localization described in the ASP.NET documentation.
|