|
Various ways of doing it, depending on how safe you want to be. About the simplest is that the client uploads pdfs to a directory that also contains a plain text file mapping username/passwords to pdf names. Access would be via a get_pdf php which forced login via form or header calls and then read the plain text file and generated a link to download the appropriate pdf. php script would be about an hour's work max.
Last edited by PaulW; 11-29-2010 at 07:34 AM..
|