cancel
Showing results for 
Search instead for 
Did you mean: 

BSP element fileUpload

Former Member
0 Kudos

Hello,

Only a short question. We does not have attribute "onUpload" in BSP element "fileUpload".

We have SP19. We need to upgrade SP, or maybe is another kind of problem ?

Our attributes for this element are actually: accept, id, maxLength and size.

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member181879
Active Contributor
0 Kudos

Bernat,

Of course you should consider to upgrade your SP from time to time. Bugs are fixed, new thing are added, for example the onUpLoad attribute.

No, for your problem you don't need a new SP. All you have to do is add an additional <htmlb:button> to trigger the actual upload. This is what the onUpload attribute does. It just renders for you an additional button.

Please look at SBSPEXT_HTMLB/fileUpload.bsp for an example. Also recommended is that you look at the online documentation. Select the tag, and press F1.

brian