Closed yigitsarioglu closed 2 years ago
Image upload feature is provided for equipment, event and user pages using cloudinary cloud service. I implemented this feature entirely.
This issue can now be closed as this feature is integrated into all required pages
Especially in our project, users should be able to upload and view images and files. So I'm planning to upload the file I got from the user to the cloud service (cloudinary.com) using the react axios function. I plan to keep the link of the file in the cloud in a variable in the backend. so i can access the link of the file path whenever i want.