ml-tooling / contaxy

MIT License
10 stars 8 forks source link

Added a check on file name length during upload #98

Closed NaveenKinnal closed 1 year ago

NaveenKinnal commented 2 years ago

With this commit, a check has been added to see if the file name to upload exceeds the max allowed character length(currently 128), and to raise an exception in that case.