Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

spfx

  1. C

    JavaScript Getting 'readAsArrayBuffer' on 'FileReader': parameter 1 is not of type 'Blob' when attempting to use FileReader

    I'm getting this error when using the below to submit to a SharePoint list item as an attachment. const { filePicked } = this.state; if (filePicked) { let targetList: IList = sp.web.lists.getByTitle('PanelMeetings'); let selectedFile = filePicked.downloadFileContent(); let...
Back
Top Bottom