I wanted to set the value to allow large uploads to run overnight. Is there a max value for "TempFileExpirationMinutes" . No matter if I change the value to 500, the files still auto delete after 2 hours.
-------------------------------------------------------------------------------------------------------------------
Edit c:\Program Files\Laserfiche\Web Access\Web Files\web.config and add the following in the <appSettings> block:
<add key="TempFileExpirationMinutes" value="120" />