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

Problem using filepond-server-php with imageTransformVariants #11

Open
tomdav999 opened this issue Mar 6, 2021 · 0 comments
Open

Problem using filepond-server-php with imageTransformVariants #11

tomdav999 opened this issue Mar 6, 2021 · 0 comments

Comments

@tomdav999
Copy link

tomdav999 commented Mar 6, 2021

Hi, I am having a problem using filepond-server-php with imageTransformVariants. The latter generates 2 thumbnails on the client which are uploaded with the original (I am sure the original is being uploaded as it takes a long time). However, for some reason the tmp folder only ends up with the last variant (the smaller thumbnail instead of the original) with no files in the variant subfolder. In function store_transfer I did some debugging and verified count($transfer->getFiles()) is only 1, so it seems the array is only getting loaded with the last file when variants are sent. Is this a bug or is there anything special I need to do on the server when sending variants? I am using vanilla filepond-server-php.

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

1 participant