File upload with fileInput fails probably due to time out

Hi,

I have this shiny app deployed on an internal server on which Shiny Server Open Source is installed. The app includes a fileInput component to upload a file. Some remote users connecting to our network through a VPN reported having issues uploading large files: the upload progress bar would increase slowly, ultimately turn red and report "Not found". The same files would upload just fine when they are upload from the user computers rather than from a remote drive. Similarly, users working within the network (ie users who do not require a connection through VPN) would not experience any upload issues.

Overall, it looks like the fileInput component simply "time out" for our remote users uploading large files. Is there a way to increase the threshold for time out?

Thanks

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.