Hi Mohammad,
You can set a physical folder as a
TargetFolder or a virtual path on the server hosting the
RadUploadHandler, but you can't define the
TargetFolder to reside on a different server. This is due to the fact that the
TargetFolder value is resolved in the
RadUploadHandler implementation on the server and the handler needs to map this path to a physical path which can only happen on the server where the handler is hosted.
But if you can get the physical path to the storage folder on the server, you can override the
RadUploadHandler.GetTargetFolder() method and set the physical path there instead of calling the
base.GetTargetFolder() method.
Regards,
Tina Stancheva
Telerik