request
.post(url)
.set('Content-Type', 'multipart/form-data')
.set('Content-Length', Buffer.byteLength(dataCL,'utf8'))
.attach('photo',memsPath+img+'.jpg', img+'.jpg')
.end(callbackSA);
.set('Content-Type', 'multipart/form-data')
.set('Content-Length', Buffer.byteLength(dataCL,'utf8'))
request
.post(url)
.attach('photo',memsPath+img+'.jpg', img+'.jpg')
.end(callbackSA);