File types limit and file size limit in filemanager

V3nn3tj3

New member
Joined
Nov 17, 2007
Messages
1
Hey

Is there a way to set the max file size for filemanager and a limit on the file types that can be uploaded (in filemanager)?

regards Nick
 
The upload size limit is set in DA:

Admin Level -> Admin Settings -> upload size limit.

You can limit the file uploads.. you'd need to create a all_pre.sh script though.
This is an example usage of the all_pre.sh scirpt with the filemanager for preventing users from deleting certain files in the filamanger:
http://help.directadmin.com/item.php?id=166
The same basic idea can be used for limiting uploads.

John
 
Back
Top