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
It works great and thumbnails are generated in /thumb. Now if I enable folderAsField in the model:
'folderAsField' => 'user_id',
The original image gets saved properly in dir/user_id (ie. images/1) but NO thumbnails are generated in the folder. It creates the folders for them (small, medium, large) but creates no images inside!
Any idea on what the issue is and how to fix it? I'm on a tight deadline and will have to switch to a different uploader if I cannot get this to work soon.
Thanks
The text was updated successfully, but these errors were encountered:
Great plugin, but I am having trouble with thumbnail generation when folderAsField is used.
When starting with a fresh version of the plugin (2.2) I enable thumbnails on my model:
It works great and thumbnails are generated in /thumb. Now if I enable folderAsField in the model:
The original image gets saved properly in dir/user_id (ie. images/1) but NO thumbnails are generated in the folder. It creates the folders for them (small, medium, large) but creates no images inside!
Any idea on what the issue is and how to fix it? I'm on a tight deadline and will have to switch to a different uploader if I cannot get this to work soon.
Thanks
The text was updated successfully, but these errors were encountered: