fiche
fiche copied to clipboard
Should Notify User if Data is Truncated
When using this with a huge file (28 MB in my case), there is no notification or way of allowing the user to know if the data has been truncated. (Other than possibly examining if the final line is incomplete.)
Could something be added so either in the response, or anchored at the top of the result; something could be stated if the input was truncated?
What is the largest buffer size you were able to set up without truncation? https://github.com/solusipse/fiche#buffer-size--b
In my case, I wasn't setting it up, this is regarding client-side usage.