Skip to content

sharmaeklavya2/filebox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filebox

Using this webapp, users can upload files to a folder on the server. There is a limit on the size of the folder and the maximum number of files the folder can have. Only the administrator can see the uploaded files.

To set these limits, create the files project_conf/local/file_count_lim.txt and project_conf/local/folder_size_lim.txt. These files should have a single integer. If these files are absent, default values will be used.

If a user uploads a file which exceeds the folder size limit, it will be downloaded and later deleted. To work around this issue, set a limit on the maximum upload size in your webserver.

License

Filebox is released under the MIT License.

About

A django website to recieve files from users

Topics

Resources

Stars

Watchers

Forks