File uploads are currently limited to the size of the JVM; whatever size Java Byte Array can be allocated. If a file is really big, maybe it should be written to disk and the req.data member should reflect in memory or on disk.
File uploads are currently limited to the size of the JVM; whatever size Java Byte Array can be allocated.
If a file is really big, maybe it should be written to disk and the req.data member should reflect in memory or on disk.