Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. arquivo.append('file', {
  2. uri: upload.uri,
  3. type:upload.type,
  4. name: upload.fileName
  5. });
  6.  
  7. var fotos = {
  8. Id: 1,
  9. IdUsuario: 1,
  10. NumCode: 4
  11. }
  12.  
  13. api.post(`galeria/UploadArquivos/`, arquivo, fotos);
  14.  
  15. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement