Open josephlewis42 opened 6 years ago
We should deprecate max_file_size_kbytes and replace it with max_file_size which would use the :bytes validation type so users can enter human-readable numbers like 10mb and also have more fine-grained control over their desired file sizes.
max_file_size_kbytes
max_file_size
:bytes
We should deprecate
max_file_size_kbytes
and replace it withmax_file_size
which would use the:bytes
validation type so users can enter human-readable numbers like 10mb and also have more fine-grained control over their desired file sizes.