3 ms·
How do you prevent the user from uploading a 5gb string to one of the fields?
by techn00 2y ago
How do you prevent the user from uploading a 5gb string to one of the fields?
- stopachka 2y agoIf the field is indexed, we limit the size to 1 kilobyte. If it isn't indexed, the maximum size is 250 mb