Hi Vinh,
You can pass the path to multiple selected files to the handler through URL. IF you pass the same parameter multiple times to the Handler the parameter in the Request will contain all values separated by comma (,). For example, if you pass the following query string to the Handler.ascx:
The value of the Request.Params["path"] parameter on the server will be like follows:
Regards,
Dobromir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now