## Not run:
#
# # sample .zip directory structure
# request.zip
# request.txt
# attachment1.gif
# subdir/
# attachment2.doc
#
# # sample format of request.txt
# Name,ParentId,Body
# attachment1.gif,TheTargetRecordIdHere,#attachment1.gif
# subdir/attachment2.doc,TheTargetRecordIdHere,#subdir/attachment2.doc
#
# f <- 'request.zip'
# batch_attachment_info <- rforcecom.insertBulkAttachments(session, jobId=job_info$id, file=f)
# ## End(Not run)
Run the code above in your browser using DataLab