fiche icon indicating copy to clipboard operation
fiche copied to clipboard

Should Notify User if Data is Truncated

Open SethFalco opened this issue 4 years ago • 2 comments

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?

SethFalco avatar Jun 17 '20 06:06 SethFalco

What is the largest buffer size you were able to set up without truncation? https://github.com/solusipse/fiche#buffer-size--b

immanuelfodor avatar Aug 07 '20 15:08 immanuelfodor

In my case, I wasn't setting it up, this is regarding client-side usage.

SethFalco avatar Aug 07 '20 23:08 SethFalco