For example.. I upload a file, and the script make's an "id". so like.. if i want to download the file.. I go to .../file.php?id=35 and it then checks if you are a registered used and then redirects you to the file. Is this possible?
The reason being is that I don't want to use attachments on big files that will cause my database to get really big.
Would kind of like this anyway, even though i use the filesystem. It's the amount of bandwidth used, and resources, and there should be some way to restrict downloads from the attachment system by usergroups.