Skip to main content
September 1, 2021
Question

fileUpload component turns disabled on site

  • September 1, 2021
  • 6 replies
  • 0 views

Hi,

I have an interface where I have a fileupload component

in designer mode the upload button is active and works perfectly fine, how ever If I bind this interface on site it turns disabled automatically.

Please help me with it.

    6 replies

    mikes0011
    Brainy
    September 1, 2021

    Did you happen to check the documentation?  This constraint is listed right at the top:

    The Expression Guru
    September 1, 2021

    Is there any OOTB way to call form layout in column/section layout ?

    mikes0011
    Brainy
    September 1, 2021
    call form layout in column/section layout

    Why would you want to do this?

    Either way, the answer is "no" - a!formLayout() must be the top-level interface object (when used at all) in the interface for a user input task / start form.  It's also not required to be used in either of these, it just makes certain things easier.  And it makes no difference to whether the File Upload Field will work.

    The Expression Guru