Adding or editing an attachment programmatically
afrosteve says:
I am trying to either add an attachment or edit an existing attachment through javascript.
After looking through the API documentation, there doesn't look like a way to add an attachment. Is there a way to to edit one possibly?
Any help is appreciated.
Posted at 10:55 AM on October 29, 2009
You can upload attachments via HTTP using the standard file upload protocol. See http://www.editme.com/CustomFileUploads
MW
Posted at 11:46 AM on October 29, 2009
Cool, thanks.
I'll check this out.
Posted at 11:48 AM on October 29, 2009
