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
Suman KunduSuman Kundu 

Issue in accessing a zip > dir > file name having SPACE from Apex

Hi all, 
I need your help to read a file having name including whitespace inside a zip. Firstly I have kept the zip file in static resource, then trying to read it from apex class using page reference. I am able to access a file having no whitespace in the same directory in the zip. But when it is about space, an exception appears as below:
VisualforceException: 404 status code return from request to [URL] 
I have tried replacing the filename space with + and %20, but no luck. So need your help. 

Thanks
Suman