mysql - PHP - Solution - File Password Protect -
so, have client requesting solution password protect files. wants have solution similar opendocman. showed me client password protects file no user name. can upload files, put password on file, send links directly file , when users click on link prompted password , clients puts in , file released. know of solution can exact requirement?
you can setup basic validation page when user visits page enter document id (or it's encoded in link) , put simple form password field , submit button.
if password matches stored in database document id. send file user.
keep uploaded files outside /web
directory don't have worry people hacking system guessing filenames.
the files won't have passwords on them, way outside file have password.
Comments
Post a Comment