Actions after uploading a file
Actions after uploading a file
Hey,
i'm using a standalone editor to do some upload of files, but after the upload i want to run some custom functions (server side is php) on the uploaded file, and then store the output of these functions either in the returned json or in the db.
How would i handle this? what hook should i use for it?
Maikel
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
The postUpload event in the server-side libraries is the one you want here.
Allan
indeed, thats the event, but how can i push some data into the returning json?
You'd need to do something like:
Allan