RhinoTrac
LassoSoft Ticket Tracking System
NOTE: If you are using Lasso Server 9.3 please Log your ticket directly via the LUX admin as this will give us more information about your issue.
Ticket #7941: File upload fails for files larger than 4,294,967,295
- Reported by:
- Jolle
- Date:
- 14 Jan, 2015
- Priority:
- major
- Component:
- Lasso 9
- Version:
- 9.3
- Keywords:
- Platform:
Issue Report from Jolle (jolle@kulturfaktorn.se)
Company: Kulturfaktorn
Component: Lasso 9 Server
Version: 9.3
Source IP: 90.229.223.158
Detail
======
The issue Gary reported on Lassotalk seems correct. With simplest possible code it was not possible to upload a file larger than ca 4,294,967,295 bytes.
When the file is larger than that Lasso will only hand over a corrupted file that in size is the difference between 4,294,967,295 and the actual file size. In my two tests the resulting files were 263 MB (origin 4.5 GB) and 1.3 GB (origin 5.6 GB). The exact difference for the second try was 4,294,969,306 bytes.
Please log in to your LassoSoft account to comment
Comments
Comments are that the size given is the largest 32bit integer, pointing to a connector issue.