function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SureshKolliSureshKolli 

HOW TO UPLOAD XML FILE THROUGH VISULFORCE

HI ,

How to upload xml file through visual force in vf page ??? can any one help??
Satish_SFDCSatish_SFDC
Do you want to parse and get information from the XML file. In that case you will have to use the inbuilt xml classes to parse the information in the xml files.

Check these links:
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_xml_dom.htm
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_xml_streaming_reading.htm

Regards,
Satish Kumar