I use a javascript library to generate PDF files. The document can already be displayed on the page or downloaded by the user, but I now want to save the file to the database after its creation.
I understand ajax processes are involved in the solution but haven't been able to find an ideal way to bring in BLOB files through them. Can anyone offer any guidance? An example of someone doing this would be wonderful and much appreciated.