You need to sign in to do that
Don't have an account?
Valli K
i wan to fetch content from a zip file[json data] and dispaly it in lightning component. Json formatted zip file os uploaded standard files. that zip file content json data have to display it in lightning component. Any sample code for this.
i wan to fetch content from a zip file[json data] and dispaly it in lightning component. Json formatted zip file os uploaded standard files. that zip file content json data have to display it in lightning component. Any sample code for this.
You may try JSZip (https://stuk.github.io/jszip/documentation/howto/read_zip.html" target="_blank) to read zip at client side.