Forum Moderators: coopster
And no, the FTP quota won't be obeyed if users are uploading via HTML forms, because that's not an FTP transfer.
You can set filesystem quotas that will always be obeyed, but those quotes will be per local user, not per Web visitor.
If you are using a database to store the files then as long as you know which user the files belong to then it shouldnt be a problem to tott up the amount of space they have used.
There are a few different ways you can do it, its just the tracking of whos file is whos that could be the problem, unless you store the filenames and the username who it belongs to in the database and just have a standard storage area.
Lots to think about, shouldnt be too difficult to get it working though.