Web Developer
Is there a way to limit the number of files a user can upload? I know there's a limit of file size but in my case I'd like to limit the user to only upload x amount of files, I tried to achieve this using a function but found out you can't send binaries over appwrite functions due to their syntax. Is there any way to do this within appwrite or would I need to make a service outside of appwrite to do this?