Uploading very large files

This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
RomainG
Posts: 13
Joined: Mon Aug 05, 2024 4:29 pm

Uploading very large files

Post by RomainG » Thu Oct 10, 2024 6:13 pm

Hi,

I am having issues while uploading very large csv files (around 860MB) using a filepicker component in my web application.

I have done some digging and it seems that when I upload a file, it copies it to a folder in ...\ptdpgmlib\run\web_upload and then deletes it and copies it to the TMP directory (not really sure why). When the server routine finishes its job, the file is then removed from the tmp directory.

However, when I upload files which are larger than 400MB the server routine fails after a few seconds and the file is "stuck" in the web_upload folder.

Is there maybe a maximum upload size ?

Or is there maybe a size limit for the tmp directory?

Thanks in advance for your help,

Romain

Post Reply