cancel
Showing results for 
Search instead for 
Did you mean: 

How to download/upload an xml file

SatyaGade
Explorer
0 Kudos

Hi Experts,

How to download or upload an xml file.

Regards,

SatyaReddy.

Accepted Solutions (0)

Answers (2)

Answers (2)

gill367
Active Contributor
0 Kudos

By using the Fileupload and Filedownload Ui elements,

you can upload and download any type of file.

xml can be uploaded also by using it.

For upload you can use fileupload and bind this UI element's property DATA to the xstring type of the context attribute.

and then you can convert it into string and utlize it.

thanks

sarbjeet singh

SatyaGade
Explorer
0 Kudos

But it has to upload or download xml file in background,so UI elemenmts should not work for my requirement.Thank you and let me know if any possible ways to do that.

Former Member
0 Kudos

Hi Satya,

Please check this.. it might helps you

Cheers,

Kris.