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?
Currently it's not possible. Feel free to give a 👍 to this GitHub issue: https://github.com/appwrite/appwrite/issues/5955
Meanwhile you can use functions, but the main issue will be the body limit, so it won't be possible to send big files. Alternatively you could just allow users to upload the file and then add a limit or count after the upload happens.
Recommended threads
- I have try to use the appwrite in to the...
Invalid Origin. Register your new client (oailedjdbkhlkakmnnapoonllbnfmfij) as a new Web (Chrome Extension) platform on your project console dashboard
- what happened with 'never paused' ????
I can already imagine how annoying this is going to be...
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...