I am creating a webapp and one feature of that includes user to upload a zip file. I want to save those contents in my server side and use them for some task. I am not able to achieve the same, I can only access the names of the files and not actual files. I am a newbie in python programming so help please. Thanks in advance :)
Asked
Active
Viewed 35 times
0
-
Possible duplicate of [get file list of files contained in a zip file](https://stackoverflow.com/questions/8844781/get-file-list-of-files-contained-in-a-zip-file) – fonfonx Aug 10 '17 at 19:26
-
This is possible I guess when the zip resides in my system. When someone uploads the Zip file where does it get stored on the server?? Will those answers work for me ? – user7155093 Aug 10 '17 at 19:34