Open FranziskaSeitz opened 4 years ago
@Sentexi Any idea on this? The problem is that at the moment, unlike Flask-managed HTML pages, files are accessible for everyone.
Check permission and location of uploaded files. I’ll look into it.
Possible solution, Create a folder for each member with his member ID, match with urlfor. Enumerate all available filed via Jinja2. Also automatise creation of new folders with creation of a new user. Also possible: Automatic on the fly billing and checking wether payment has been made.
Add function: individual document upload for each member (eg. billing for membership).