I have a website which is GBA emulator and allows people to upload their own .gba files, most of these files are zipped files and I would like it to extract the input so the .gba file is passed instead of the zip file. All done client-side.
Asked
Active
Viewed 170 times
0
-
1Can you post what you have tried so far? and what the issue is? – Eric S Dec 22 '16 at 15:17
-
2http://stackoverflow.com/questions/2095697/unzipping-files – Pingbeat Dec 22 '16 at 15:18
-
@EricS All I need to do is extract the zip file in the input so the .gba is the one actually getting passed. I have looked into zip.js and jszip but I don't know how to implement them. – Jay Dec 22 '16 at 15:19
-
@Pingbeat Links outdated and I want it client side. – Jay Dec 22 '16 at 15:36
-
Javascript is always client-side.... – Pingbeat Dec 22 '16 at 15:40
-
+ That its old does not mean it does not work – Pingbeat Dec 22 '16 at 15:41
-
@Pingbeat Sorry, I want the file client side. – Jay Dec 22 '16 at 15:41
-
@Pingbeat the links are dead.... – Jay Dec 22 '16 at 16:04