Upload file when use pdfviewer

I am trying to use the uploader and the pdfviewer together. I have no problem uploading a file and previewing it, but when I want to send the file I upload using the send () method, nothing happens.

My question is, is it possible to save the file that I load while using the pdfviewer?

Thanks

Hello, CesarCTA

Yes, that’s possible, please, check the snippet here: Code Snippet
In case you use onBeforeFileAdd, please, pay attention it shouldn’t return: false (If the method returns false further processing of a file (i.e. adding it to the client-side storage and uploading) will be blocked).