I saw this link and it's close that i want. Use LiipImagineBundle to Resize Image after Upload?
I use symfony 3 with the bundle LiipImagineBundle. I just want to resize the ORIGINAL image in the class controller just after uploaded it. I don't want to create a thumbnail on the cache folder.
Let's see the sample below: If a user upload a file 1800*1200 i want to resize it to 800*600 on the file system and I don't want to keep the file 1800*1200.
Is it possible with LiipImagineBundle ?
Thank you.