I'm creatig a form with plain HTML and jQuery/SPSerivces. The form has a few fields for file uploads. This is all well and good. On my submit function, I'm successfully adding an item and I get back the ID of the associated newly created list item.
I'm in turn passing that ID into the AddAttachment operation. My issue is how do I fetch the file and stream it to Sharepoint? mI'm not finding anything helpful on this, the most important part.
I'm in turn passing that ID into the AddAttachment operation. My issue is how do I fetch the file and stream it to Sharepoint? mI'm not finding anything helpful on this, the most important part.