Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在、カメラの画像、このBase64形式をキャプチャしており、ajax経由で送信しています。
xhr({ uri: 'http://localhost:1337/file/upload', method: 'post', body:'data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAA...' }
0 個のファイルが正常にアップロードされました!