'Upload file to Django rest API using Formik in Reactjs
Is it possible to upload file (Image) to Django rest api from Reactjs client using Formik ?
Solution 1:[1]
Django/DRF allows to upload file quite easly : https://docs.djangoproject.com/fr/2.2/topics/http/file-uploads/ and for DRF : Django Rest Framework File Upload
As for Formik: ReactJS: How to handle Image / File upload with Formik?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Sami Tahri |
