This repository was archived by the owner on Jun 4, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
szimszon edited this page Jun 27, 2011
·
4 revisions
You need at least [http://web2py.com/ Web2py] 1.95.1.
Codes are in github: https://github.com/szimszon/Temporary-storage
With this little app you can share some files with everybody on net without authenticating
- There is an authenticated user who can create upload sets. He or she can specify how many files can be uploaded and how long can somebody download or upload them.
- He or she can specify a list of email address to notify is file get uploaded.
- There is a link to the upload sets that can be used to upload files.
- There is a link to the upload sets that can be used to download files.
After install the first user can register himself or herself after that the registration is disabled. You need to add this and all the users you create through ''appadmin'' to the '''admin''' group in order to be able to use the app to create upload sets.
If you create a new user you have to create an unique group for it and add it to the group. You need to add it to admin group too.
You may edit the
models/0.py
file according to your needs.