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