I would like to upload five images in the same moment, resize and save them on database on elgg.
how can I do it in action file?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Juho Jaakkola@juho.jaakkola

Juho Jaakkola - 0 likes
- Profile picture uploading: https://github.com/Elgg/Elgg/blob/1.9/actions/avatar/upload.php
- Groups plugin: https://github.com/Elgg/Elgg/blob/1.9/mod/groups/actions/groups/edit.php#L181
- File plugin: https://github.com/Elgg/Elgg/blob/1.9/mod/file/actions/file/upload.php#L79
- rogeres@rogeres

rogeres - 0 likes
- Tom@Thomasondiba

Tom - 0 likes
You must log in to post replies.Here's some basic documentation about it: http://learn.elgg.org/en/1.9/guides/actions.html#files-and-images
Best way to learn is to take a look at how it's done in the core and the bundled plugins:
Thank you!
Here is the link for cover photo that might be helpful to your plugin too:
https://community.elgg.org/discussion/view/1856576/new-elgg-cover-photo-plugin-%CD%A1%C2%B0-%CD%9C%CA%96-%CD%A1%C2%B0
Hope it helps.