Want to make a site for uploading and downloading files by login members only.
QUESTION
How to do in ASP (syntax, method, parameters, code) and other options (language / script ) to do the coding.
Login User
Once the user logs in therecannot be second login with the same name/password till the user logsout from anywhere.
Only login members will have access to the site and its folders.
Flow is – Only one single user will upload the file.
Single Upload user logs in and uploads the file to the respective folder.
He can create new folders and make it available for viewing/download to download user.
Download user login will have read, view rights and will only be able to download file from the folders
Download file size is 20 Mb splitted of in 3.5 FDD (20 floppies) as file1 file2 file3
(on Click to any file1 file2… will be able to download)
Conditions
– Moment the user by error closes the browser without log out – it should be logged out and cache be emptied.
– Forgot Password be sent via email with new password and download user can change the password
– monitoring the number of times the user logged in and out
Thanks
Naitpac