and so the URL formed after that with the uuid I wanted to send to my server but I’m unable to get the uuid my processes are failing I don’t know certainly why can I have some help here please?
Hi @Ranveer_Soni, I’ve looked at your code and noticed that you’re using the onChange event. In this case, the callback function receives a collection entry instead of a file entry, so it should be handled differently. Consider using the onFileUploadSuccess event instead. In this case, the callback will receive a file instance from which you can extract the file UUID and other file-related metadata.