- May 21, 2004
- 3,901
- 1
- 76
I have this project for work - it's a file management system (basically) - created with PHP/mySQL
Anyway, for users uploading files and for deleting files (etc) - how would you all suggest managing files (i assume not using FTP but rather the php native file management function).
Anyway, more importantly in terms of the project - part of the scope of the project is that the files need to be password protected individually.
Any idea on how to do that? I've heard of apache .htaccess way, but I'm not sure php can handle editing them programmatically (.htaccess and/or .htpasswrd files)
Can anyone shed some light on this? Did the boss totally mess up the scope of this project?
Anyway, for users uploading files and for deleting files (etc) - how would you all suggest managing files (i assume not using FTP but rather the php native file management function).
Anyway, more importantly in terms of the project - part of the scope of the project is that the files need to be password protected individually.
Any idea on how to do that? I've heard of apache .htaccess way, but I'm not sure php can handle editing them programmatically (.htaccess and/or .htpasswrd files)
Can anyone shed some light on this? Did the boss totally mess up the scope of this project?
