Download file from BLOB field

When uploading a file (word, pdf, xls, etc.), it appears to work. When checking the field, mysql displays gobbledygook. However, when trying to download by clicking on "View Field Content in New Window", a new tab is opened in the browser showing only a blank page. No prompts to save the file, or the file is not automatically opened such as a pdf.
I've added:
Another thread mentioned adding mime provisioning, or editing the blob.php file. Another one mentioned adding code to handling file names for the file uploaded.
What are the proper steps to allow for saving and then retrieving a file of any kind when using the BLOB/upload/download feature?
Thanks in advance.
I've added:
- Code: Select all
[binary]
Type = blob
widget:type = file
Another thread mentioned adding mime provisioning, or editing the blob.php file. Another one mentioned adding code to handling file names for the file uploaded.
What are the proper steps to allow for saving and then retrieving a file of any kind when using the BLOB/upload/download feature?
Thanks in advance.