server code question, can I change image size of FILE collection (built-in collection)?
Hello,
I have 300 image files stored in Appery.io database, I need resize all images from 1mb to 100kb, can I run server side code to update this? any sample?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello,
I have 300 image files stored in Appery.io database, I need resize all images from 1mb to 100kb, can I run server side code to update this? any sample?
Hello! Working on it, I'll update.
Hi Helsen,
This can be done using canvas: http://blog.liip.ch/archive/2013/05/2...
Thanks for quick replay, but this sample using client side script. Any way to do the same thing with only Server Code?
Hello! No unfortunately there is no way to do it with server code, only on client side.