Hello dear gurus,
How can I save files inside Mysql?
i.e I have a couple of files (binary) of size 6 to 8 megs.
I'd like to save these files inside mysql database and use php to allow only selected users with correct users id and password to access the files (to download the files).
So basically I have a login page,
Users login, and they can download the files.
Is this possible at all?
If you could give me a hint or a sample script, I'd appricate it.
Thank you all
How can I save files inside Mysql?
i.e I have a couple of files (binary) of size 6 to 8 megs.
I'd like to save these files inside mysql database and use php to allow only selected users with correct users id and password to access the files (to download the files).
So basically I have a login page,
Users login, and they can download the files.
Is this possible at all?
If you could give me a hint or a sample script, I'd appricate it.
Thank you all