Closed germain-italic closed 8 years ago
Not exactly related to issue #45. Is it normal that the file is being uploaded after the after create
event?
This is due to the nature of this current after-events being triggered as soon as the object is saved to the database. Afterwards, the files are handled. I might just introduce a set of new before/after-events for files.
Got it working! Thanks :+1:
Hi, when working with
pushEvents
I am trying to process a file automatically after upload.I'm using an
after create
event, but it seems that it is fired before the file is actually uploaded (not present on the disk).The following code sample always returns
$file = false
: