This topic is locked
[SOLVED]

 Image uploader events

8/26/2015 8:00:52 AM
PHPRunner General questions
A
automaticjack author

Hi, I'm doing some (rude) hacks to image uploader.
I'm modifing image uploader to allow image sort with drag and drop but I want to lock image position when image upload begins and unlock it when finished.
I need to know if is available some event to know when a multiple file upload is finished.
Currently working with PhpRunner 8.0

Sergey Kornilov admin 8/26/2015

There is no such events available. You can only use events like BeforeAdd/BeforeEdit that happen before the whole record is saved.