Why cant I upload files over 2GB using Network Places?
The Problem: The user is unable to upload any files that are over 2GB when using SSL-Explorers Network Places feature.
The Cause There is a file upload limit of just over 2GB on the Jetty server that is used in SSL-Explorer. This limit occurs because Jetty reads the size of a file in integer format, the maximum size of this integer is a little over 2GB if you convert into bytes of data.
The Solution Sadly we are unable to change this behaviour, if you wish to upload any files over 2GB then you will have to use a file splitter to upload the files and have them reconstructed when they are downloaded or when you have access to the system.