Quote:
Originally Posted by gazaian1
Ok when i try to store the file path or name i only see this in the database: [BLOB - 59B]
|
As I asked you earlier, did you restructure the database (obviously no) and did you change the contents from the file itself to the filename and path instead? - Clearly this looks like no too.
You posted another topic today. In that code you were putting the actual file inside the database. Since then you've decided to use the filename / path.
When you change your mind and decide to use the filename instead of the file stream, you must delete the old files that are stored in the database and change the column from a blob to a text field instead.
I suspect the reason none of your images are showing is because instead of printing a file name and path in your html, you're trying to print a filestream instead.