I am using Java Script using CDN https://releases.transloadit.com/uppy/v4.3.0/uppy.min.mjs.
And php as backend, I did not find any solution to chunk upload file on s3 with php as backend .
I am not using companion URL i want to upload using php backend.
Hi, did you see the aws-php example?
Yes, But this example does not contain sample code for chunk upload.
I’m afraid you’re going to have to look at the multipart code of the Node.js version and see how you can do it in PHP. We can not provide examples in all languages for all functionality.