callback after upload file

callback after upload file

vatoslokosvatoslokos Posts: 2Questions: 1Answers: 0

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

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    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

This discussion has been closed.