dxf-viewer-example-src icon indicating copy to clipboard operation
dxf-viewer-example-src copied to clipboard

Is there a file size limit

Open dudylan opened this issue 7 months ago • 2 comments

I encountered an exception when uploading DXF files larger than 500MB

dudylan avatar Jun 03 '25 05:06 dudylan

There is actually a limitation of the parser, which reads the entire file into a string, which in turn has some size limit, depending on JS engine. This is a thing which should be reimplemented in proper way. The current parser is a legacy from 3rd party project (dxf-parser, I think).

vagran avatar Jun 03 '25 07:06 vagran

I agree with you. I am thinking about how to present large files.

dudylan avatar Jun 04 '25 01:06 dudylan