Im using the Fileuploader-Widget to upload PDF-Data and want to store these Files as a base64 in a Database.
My Question:
How can i convert the uploaded PDF-File into a base64 String and save it directly in the Database?
I tried to use the “base64” Property of the FileUploader-Widget, but this did not work. Is there a Business-Object (or a Code) to convert a pdf-File to base64?