Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make project support video in create a post #49

Closed
mazenElmarsfawy opened this issue Apr 5, 2020 · 2 comments
Closed

How to make project support video in create a post #49

mazenElmarsfawy opened this issue Apr 5, 2020 · 2 comments
Labels
question Further information is requested

Comments

@mazenElmarsfawy
Copy link

Hi, Dimi could you tell me the steps to follow to make the project support upload video in a post?

@mazenElmarsfawy mazenElmarsfawy added the question Further information is requested label Apr 5, 2020
@DimiMikadze
Copy link
Owner

Hi, you need to become familiar with Cloudinary API: https://cloudinary.com/documentation/upload_videos

You can check how Image uploading is implemented, currently on server and client.
server: https://github.com/DimiMikadze/create-social-network/blob/master/api/utils/cloudinary.js
client: https://github.com/DimiMikadze/create-social-network/blob/master/frontend/src/pages/Home/PostImageUpload.js

@mazenElmarsfawy
Copy link
Author

Thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants