callback after upload file
callback after upload file
Hi,
There is an option to run JS code after using the upload option for file uploading? If yes, how can I do it?
Besides that, there is any option to send any data with the upload ajax call beside the file and the column name? I would like to send another id and the row_id to the server as well.
Thanks,
Ofir
This discussion has been closed.
Answers
Yep, you can use
postUpload- there are also a few others for different points of the processing, see the full list here.You can add date to the ajax call with
ajax.data,Colin