Date: 10/20/02
- Next message: dwalker: "[PHP] Re: [PHP-DB] MySQL Insert Select statement"
- Previous message: peter a: "Re: [PHP] mysql question"
- In reply to: Renato Lopes: "[PHP] Password protect binary files on database."
- Next in thread: Justin French: "Re: [PHP] Password protect binary files on database."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Before you allow them to be downloaded you should have them authenticate
and verify that they are who they say they are...
authentication in php is the answer...google on php authentication and
you will get a ton of tutorials on it...
PHPBeginner.com
PHPBuilder.com
Zend
PHP.net
Pear.net
DevShed
On Sun, 2002-10-20 at 16:38, Renato Lopes wrote:
> Hi!
>
> I am currently working on a project that involves uploading binary
> files onto a MySQL database(know that I should be avoiding this, but is
> is one of the requirements of the project).
>
> The binary files then need to be downloaded. Uploading and downloading
> the files, is not a problem.
>
> Now, the problem is that I need to "password protect" this files on the
> database before downloading.
>
> Does anyone know if this if possible, and if it is, point me in the
> right direction?
>
> Thanks
>
> Renato
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
-- .: B i g D o g :.-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: dwalker: "[PHP] Re: [PHP-DB] MySQL Insert Select statement"
- Previous message: peter a: "Re: [PHP] mysql question"
- In reply to: Renato Lopes: "[PHP] Password protect binary files on database."
- Next in thread: Justin French: "Re: [PHP] Password protect binary files on database."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

