[squeak-dev] [Q] Squeak can address file with > 4GB size?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] [Q] Squeak can address file with > 4GB size?

Chun, Sungjin
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.