I have stored a .swf file’s path in a table say Test,
I have made the table feild type in as BLOB. Now the problem ,while retriving in dosen’t render as an swf file.
Is BLOB datatype in mysql is not for storing file types like .swf?
How can i fix my issue?
Thanks in advance.
Do you need to save just a path of file or file?
If you need to save just a path of file you can use vachar or text field.