Closed
Solved
File Listener - File size limit
re: Platform 7.3.1 Does the default file upload size limit of 1 GB and Initialization/MaximumFileUploadSizeMB setting govern File Listeners? Is there another setting that governs the size limit for the File Listener?
Answered,
The File Listener API no longer reads the entire file into memory, but streams in the file, so there is no file size limit except for space on the server.