nestjs-multer-extended icon indicating copy to clipboard operation
nestjs-multer-extended copied to clipboard

Original file not getting saved

Open sandesh-bhoir opened this issue 1 year ago • 4 comments

@Post('upload')
@UseInterceptors(
  AmazonS3FileInterceptor('file', {
    resizeMultiple: [
      { suffix: 'sm', width: 200, height: 200 },
      { suffix: 'md', width: 300, height: 300 },
      { suffix: 'lg', width: 400, height: 400 },
    ],
  }
)
uploadFile(@UploadedFile() file) {
  console.log(file);
}

Above code does not save original image to s3. I require original image as well to get saved along with those 3 images (sm, md, lg), so what will be the required modification in above code? Kindly assist..

sandesh-bhoir avatar Jul 07 '22 11:07 sandesh-bhoir

Hello 👋, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time. Has this issue been fixed, or does it still require the community's attention?

This issue will be closed in 15 days if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Aug 12 '22 01:08 stale[bot]

To concerned

It still requires the community's attention, there hasn't been any activity on it since it was raised.

On Fri, Aug 12, 2022 at 7:29 AM stale[bot] @.***> wrote:

Hello 👋, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time. Has this issue been fixed, or does it still require the community's attention?

This issue will be closed in 15 days if no further activity occurs. Thank you for your contributions.

— Reply to this email directly, view it on GitHub https://github.com/jeffminsungkim/nestjs-multer-extended/issues/544#issuecomment-1212657453, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASYTAD2GSYFZQIFEGX7CJMTVYWVZZANCNFSM525CY54Q . You are receiving this because you authored the thread.Message ID: @.***>

--

Sandesh Bhoir | Project Manager | Eiosys Pvt. Ltd.

Mobile: +91-9664286632 | @.*** @.***> | https://www.eiosys.com

sandesh-bhoir avatar Aug 12 '22 06:08 sandesh-bhoir

Hello wave, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time. Has this issue been fixed, or does it still require the community's attention?

This issue will be closed in 15 days if no further activity occurs. Thank you for your contributions.

It still requires the community's attention, there hasn't been any activity on it since it was raised.

sandesh-bhoir avatar Aug 12 '22 06:08 sandesh-bhoir

Hello 👋, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time. Has this issue been fixed, or does it still require the community's attention?

This issue will be closed in 15 days if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Sep 20 '22 21:09 stale[bot]

Closing this issue after a prolonged period of inactivity. If this is still present in the latest release, please feel free to create a new issue with up-to-date information.

stale[bot] avatar Oct 15 '22 23:10 stale[bot]

It still require the community's attention!!

sandesh-bhoir avatar Nov 01 '22 12:11 sandesh-bhoir