Replies: 1 comment 2 replies
-
| Hey @paulm17, Im not familiar with busboy so I cant be sure why its not working. If I had to guess, Id say it might have to do with the header(s) busboy expects to receive to tell it that the upload is chunked and therefore to expect additional requests that will contain the next parts. For example, something along a header called: "X-Unique-Upload-Id" This might help: https://stackoverflow.com/a/54551254/107976 | 
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I got uploady working with multer quite easily, except it doesn't seem to support chunked uploading and well, it's based on busyboy. So why not go straight to the source.
I'm finding that I'm only getting the initial chunked saved.
I'm using nestjs and if I use the example: nestjs/nest#5979 (comment)
I get the console:
Otherwise I'm trying to get it working on my own:
Doesn't work, like I say. I only get the first chunk.
Can someone please advise on both issues? I'd rather get the interceptor working, rather than trying to do this myself.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions