Send PDF exported by DataTables to PHP as Base64
Send PDF exported by DataTables to PHP as Base64
kimigx
Posts: 2Questions: 2Answers: 0
First of all great Plugin works wonders, but I have a scenario where, when a user would want to email the PDF generated by DatataTables to other users. The first idea that came to my mind was to convert this PDF to Base64 then send it to server side, lets say PHP. But how would one go around. I think it is an important feature.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
This is where Buttons creates the file for download. You could modify that code to send it to the server instead of saving it locally.
Allan