Hi Support Team,
I am working on Rad Editor. In the image upload Area. Afterbrowsing the image I have to add below code inthe click event of upload button.
WebClient oclient = new WebClient();
byte[] responseArray = oclient.UploadFile(PageUrlofRemoteServer,"POST",UploadimagePathAlongwithFileName);
Reason :
I have to upload thebrowse image to some other location (other domain like http://www.domain.com/images/imagefilename)
for that I wrote the above code which work fine.
But how can integrate this code with Rad Editor UploadButton Click event.
Regards
Ravindra Sahasrabudhe
(rs@mtccrm.com)