Explorar o código

log file object

Artur Paikin %!s(int64=6) %!d(string=hai) anos
pai
achega
c306413b3e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      uppy-react-native/tus-test.js

+ 1 - 0
uppy-react-native/tus-test.js

@@ -2,6 +2,7 @@ import tus from 'tus-js-client'
 
 function testUploadFileWithTus (file) {
   console.log('Attempting a tus upload in React Native...')
+  console.log('with file: ', file)
   // Create a new tus upload
   var upload = new tus.Upload(file, {
     endpoint: 'https://master.tus.io/files/',