Forum Discussion

mkumar1113_2457's avatar
mkumar1113_2457
Icon for Nimbostratus rankNimbostratus
Mar 05, 2019

Issue with F5 URL.

Can anybody please help me on this:

 

User is trying to upload excel file through F5 url...When uploading small file, it is getting uploaded successfully but when uploading large file size, then file is not getting uploaded.

 

5 Replies

  • F5's ASM module has a file size restriction on file uploads. Ensure that this is not blocking users from uploading files that are large. Here is an article with more information.

     

  • If you are using the defaul tcp profile, it has a default idle timeout of 300 seconds (5 minutes). Try increasing this value to see if it helps.

     

  • JG's avatar
    JG
    Icon for Cumulonimbus rankCumulonimbus

    Will you be able to share the output of this command:

    tmsh list /ltm virtual Name_of_Virtual_Server

    ?

  • JG's avatar
    JG
    Icon for Cumulonimbus rankCumulonimbus

    You might have run into a "response chunking" issue. Please see HTTP Request / Response Chunking and LTM HTTP Profile Option: Response Chunking for an explanation.

     

    And what error message was displayed in the browser?

     

    To determine the root cause of the issue, you really need to do some packet capture at various points along the chain, but I suppose it could be hard given the size of the file being transferred.