Sorry, it works. My file size checking application is wrong. Sorry again.
----- Original Message -----
From: "S.J.Chun" <
[hidden email]>
To: The general-purpose Squeak developers list <
[hidden email]>
Sent: 08-07-28 12:54:38
Subject: [squeak-dev] [Q] Squeak can address file with > 4GB size?
Hi,
I'm performing test with Squeak + Swazoo with HTTP file upload. I found that
current combination does not work with > 4GB sized files. If I upload 5GB file,
it only 1GB sized file remains, which means after 4GB, it overflows and start over from
0 byte.
Squeak can support > 4GB file?
Thank you in advance.