how to save the signature in amazon s3 bucket in filament php #755
Replies: 1 comment 5 replies
-
You will probably get more answers if asked on stack overflow. You can create the data url by calling |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
SignaturePad::make('signature') ->backgroundColor('rgba(255,255,255,0)') ->downloadable() ->filename('autograph') ->doneAction(fn (Action $action) => info("ddd")) ->required()
i used this code in filamentphp but can't figure out how to store the signature file in amazon s3 bucket
Beta Was this translation helpful? Give feedback.
All reactions