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
Hari Kumar EnagantiHari Kumar Enaganti 

How to access file in apex from Zipped Static resource folder

I would like to show some images from STaticResources zipped folder in my lightning component. I should show those pictures in my component ,upon selecting any of the image it should save as Prfoile picture for that user.I have used connectapi to insert body/base64 value of the blob if am uploading image from Computer ,but the same need to done for StaticResource. If I got respective selected image body/base64 information from Static resource zipped folder ,my job will be easy.

can anybody suggest any ansers.
AbhishekAbhishek (Salesforce Developers) 
Try the suggestions as mentioned in the below blog,

https://developer.salesforce.com/forums/?id=906F000000095orIAA

https://salesforce.stackexchange.com/questions/107584/accessing-static-resource-in-apex/107591


I hope you find the above information is helpful. If it does, please mark as Best Answer to help others too.

Thanks.