Hi,
we are trying to upload a big PDF (50 to 75 MB) to our ACS. But we always got a HTTP timeout. We send the typical HTTP POST request to .../Packaging/Package with some parameters.
I think there should be some options for the packaging.conf file in /etc to increase the timeout. But unfortunality I was not able to find these options in the documentation. Maybe I'm blind too.
Can you please help me? Is there a list available with all options for packaging.conf, fulfillment.conf and admin.conf? May I can find some other interesting options in this list.
Thank you in advance!
Regards,
Nicolas
I would upload the file via SFTP to a known location accessible to the Packaging service, and then send the Package request using the dataPath option, not the data option.
This will also help with memory usage on the Package server.