PHP Runner 5.0 Build 689
I am developing an applicaton and i have a LongBlob field to store PDF's or Word Docx Files in the database. (as this is a requiremnent). I have set the Field properties in the Visual Editor to be in View as File and Edit As File with the Choose field set as varchar 1000 in size. I then save a File to this field and all seems fine. the record adds correctly. I go back to the View List and click on the displayed link. the if the file is a word document a blank document is displayed. if the file is a PDF it says that the file is corrupted.
on another note i need this blob field to be a required entry. but when i click on required field and click on ok it does not seen to apply this setting.