PuzzledApples
PuzzledApples
TTCTheo's Typesafe Cult
Created by PuzzledApples on 10/26/2024 in #questions
XHR/Axios Progress with Server Actions
Hello, I'm looking into a way to use the NextJS 15 Server Actions to upload files to an S3 bucket (which I have implemented and is working); however I am now trying to get the progress of the file upload and use that in a progress bar. I have tried looking into XHR and Axios but have only been able to find the solution for API routes and not Server Actions. My Current Code:
6 replies