vesper icon indicating copy to clipboard operation
vesper copied to clipboard

Uploade image

Open sajadweb opened this issue 7 years ago • 2 comments

how to upload image in Mutation?

sajadweb avatar Jan 14 '19 16:01 sajadweb

I'm trying to do the same thing. Vesper uses apollo so I've been looking at apollo upload examples, but haven't gotten anything working yet.

curbol avatar Apr 03 '19 15:04 curbol

I met the same problem I try to transform image to base64 and then I can only use form-data to upload, but faild with no body-parser. I found vesper use apppllo and express,and last I add bodyParser.urlencoded({ extended: true }) after the source code bodyParser.json()and the problem was solved. But I don't know if there is a better way to resolve~~~///(^v^)\~~~

rimochiko avatar Apr 25 '19 13:04 rimochiko