开发者

How to add a FormToolbar with upload functionality to a custom form

开发者 https://www.devze.com 2022-12-25 18:35 出处:网络
I have a custom sharepoint form where I want to add a FormToolbar with upload functionality to it. I added it like this

I have a custom sharepoint form where I want to add a FormToolbar with upload functionality to it.

I added it like this

<SharePoint:FormToolBar runat="server" ID="ft" ControlMode="New" />

when I click on the attach file link it diplays a message saying "this form was customized not working with attachemnets".

I searched for this error and found that there is a fix and a method to make this work with a custom NewItem.aspx, the workaround was to modify the XSL.

My page is custom and has no XSL the fix is not applicable for me.

so is开发者_JAVA技巧 there a solution to this ?

thanks


This KB article may help: http://support.microsoft.com/kb/953271 if you are using SharePoint Designer to create your custom form. It sounds like you're using this approach (http://msdn.microsoft.com/en-us/library/aa543922.aspx) though.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号