Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change save method uploadable listener #56

Open
ablashimov opened this issue Jun 18, 2022 · 1 comment
Open

change save method uploadable listener #56

ablashimov opened this issue Jun 18, 2022 · 1 comment

Comments

@ablashimov
Copy link

ablashimov commented Jun 18, 2022

Hi, how can i change saving files to amazon s3 for exmaple.
In UploadableListener method look as
public function doMoveFile($source, $dest, $isUploadedFile = true) { return $isUploadedFile ? @move_uploaded_file($source, $dest) : @copy($source, $dest); }
is any chance to override this method ?

@dpslwk
Copy link
Member

dpslwk commented Jun 18, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants