You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi, I am having a problem using
filepond-server-php
withimageTransformVariants
. 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 functionstore_transfer
I did some debugging and verifiedcount($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 vanillafilepond-server-php
.The text was updated successfully, but these errors were encountered: