The Admin Section is secured via a login page where the admin password is requested.
I would like to secure the upload section as well where the user inputs a login name and a password that is compared to a user database, e.g. |login user| md5(login user password)|.
As far as I see in the code, the [MOD] Upload for Admin only [/MOD] code does most of this (make up a session etc.),
but there is no separate login page for users.
Regards
Frank