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
// the front upload a `prd.zip` file。I receive it, unzip it,and send it to another folder。// I use the following code。constreader=fs.createReadStream(ctx.request.files['file']['path']);constfilePath=`${path.resolve(__dirname,'../../www/assets')}/ddmccdn/`;compressing.zip.uncompress(reader,filePath)
What I want:
under the floder ddmccdn/,I can find all unziped files.
What I meet:
when I use stream as compressing.zip.uncompress source param, I find children'children'children's file will be lost
When I use file path as compressing.zip.uncompress source param, I find children'children'children'children's file will be lost
Hi, man !
what I do:
What I want:
under the floder
ddmccdn/
,I can find all unziped files.What I meet:
compressing.zip.uncompress
source param, I find children'children'children's file will be lostcompressing.zip.uncompress
source param, I find children'children'children'children's file will be lostThe following is my project:
https://github.com/woden0415/prdreview1
Looking forward to your reply!
The text was updated successfully, but these errors were encountered: