Hi all,
I need to send files to server, though the file size is approx. 4-5 MB but file numbers are around 40-50.
So can we make compressed folder in lua and send it to server?
I am able to extract the zip file coming through server using following link:http://www.keplerproject.org/luazip/examples.html
If not possible in corona then cane we integrate xcode frameworks in corona?How?
In XCode there are several framework ZipKit,LitUnzip etc. for compression and decompression.
Thanks for help!