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
jayaram reddyjayaram reddy 

UnZip the file in salesforce

i have uploaded  zip file in sfdc, i want unzip the file in sfdc using code(apex.vf), Is it possible?
Best Answer chosen by jayaram reddy
Rahul KumarRahul Kumar (Salesforce Developers) 
Hi Jayaram,

Unfortunately, there is no native zip support in APEX right now. But you can help yourself using a very good Javascript zip tool like http://stuk.github.io/jszip/ Hope it helps.

Thanks
Rahul Kumar