laravel-uppy-s3-multipart-upload icon indicating copy to clipboard operation
laravel-uppy-s3-multipart-upload copied to clipboard

Multipart Uploads using Laravel, AWS S3, and Uppy

Results 8 laravel-uppy-s3-multipart-upload issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi there :) First of all, thanks for providing this! Is there a way to validate the file type on the server? I couldn't find anything in the source for...

I tried to get this to work with DigitalOcean and I can't seem to. It continues to post to s3 even when I update the aws_url to something else. Is...

I tried to follow the instructions only difference being I used the CDNs and uppy doesn't show up in the console I'm getting this error any ideas I'm using this...

Would like to configure this as kind of a headless companion for uppy. In my case the client is a detached react app which authenticates with the laravel API using...

Project based on Laravel 10. If in the .env file I enable: AWS_USE_ACCELERATE_ENDPOINT=true After browsing for a file, uploader throws an error. And works fine when: AWS_USE_ACCELERATE_ENDPOINT=false RESPONSE: "message": "Call...

How do you reset the uppy uploader? I've tried: `Uppy.reset();` `uppyUpload{{ $hiddenField }}.reset()` `reset()` Nothing appears to work, at a loss.

Hi there, First of all, congrats for the initiative, perfect package! Now, I've had my log full of this particular issue: `Tapp\LaravelUppyS3MultipartUpload\Http\Controllers\UppyS3MultipartController::encodeURIComponent(): Argument #1 ($str) must be of type string,...

How to use auth validation before upload ?