ingestion of a trajectory file too big
The following:
curl -XPOST -k -F type=dynamic -F file=@/home1/ananda/data/gtmba.csv 'https://felyx.cersat.fr/services/csv/'
yields a html error message if the file is too big. Would be better to have a proper json message with an indication of the supported limit.
<head><title>413 Request Entity Too Large</title></head>
<body bgcolor="white">
<center><h1>413 Request Entity Too Large</h1></center>
<hr><center>nginx/1.1.19</center>
</body>
</html>```