You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now we 2 apis to compress the file/s, one compress a single file and other compress list of files. There may be a situation, where in we need to add more files to existing zip file. as of now we dont have any such api to append the existing zip file.
I have added 2 APIs in the JLCompress to address the use case stated here.
But the quick fix would be to open a zipfile with mode QuaZip::mdAdd instead of QuaZip::mdCreate.
Thanks,
S.P
The text was updated successfully, but these errors were encountered:
As of now we 2 apis to compress the file/s, one compress a single file and other compress list of files. There may be a situation, where in we need to add more files to existing zip file. as of now we dont have any such api to append the existing zip file.
I have added 2 APIs in the JLCompress to address the use case stated here.
But the quick fix would be to open a zipfile with mode QuaZip::mdAdd instead of QuaZip::mdCreate.
Thanks,
S.P
The text was updated successfully, but these errors were encountered: