Synaman 2.5 -- Can't upload a file > 2GB
I'm sure this has been resolved but I just ran into this problem myself and found
this limitation:
Limits on file size *
There is no limits on file downloads. However, there a limit of 2,147,483,647 bytes
(approximate 2.1 GB) on file uploads. This limit is imposed by the HTTP protocol.
SynaMan uses HTTP POST to upload file from a client machine. HTTP POST requires the
content-length be provided before posting. Content-length is represented by a signed
integer and the largest value it can hold is 2,147,483,647, which is 231 -1
>I tried uploading various file sizes and noticed that a file that was 2.31GB would
>not
upload. There was no error, the upload screen simply went away after about 15
>seconds. Also, in the upload Window, I never saw any stats, including the name of
>the
file, appear.
>
>Do you have a 2GB limitation on file size?