python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Uploading Attachment on Azure DevOps using Create Attachment WIT
I am working on this task in which I am supposed to take a file from the user, upload it on Azure DevOps, create Release pipeline, and then triggerthe release with the file upload on the DevOps. I hav...
Aisha Nasir
Votes: 0
Answers: 1
Copying files from VB.NET WinForm app to Outlook in Chrome copies only path and not the file
When I copy file from my vb.net winform app to outlook desktop application as an attachment, it works fine, but when I try to copy the file from winform to outlook opened in chrome, it onlycopies the ...
Neyc
Votes: 0
Answers: 0
Emails do not display the paperclip icon even though the attachment is displayed correctly
When I send emails with attachments they are correctly sent and I can see them in most clients but the paperclip is not showing.
Outlook shows this behaviour.
This wouldnt be a big problem if wheren'...
D.Dumi
Votes: 0
Answers: 2
Getting error when submitting multiple file attachments to list item using sp/pnp latest version
I'm using sp/pnp to submit a list item with multiple attachments:
export const CreateListItem = async (listName: string, item: any, files: File[]) => {
const record = item as unknown as Record&...
NightTom
Votes: 0
Answers: 1