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

[FEATURE] <Feature of uploading image for cover page of blog post> #377

Open
deepak9285 opened this issue May 29, 2024 · 1 comment
Open
Labels
feature Adding new feature on top of the existing code

Comments

@deepak9285
Copy link

Description

Currently for making a blog post only limited amount of images are kept .I want to enhance this by adding one option of uploading images from its own local storage.
Screenshot (617)

Use Case

By adding this feature user can have the ability to select the cover page images by its own . and user experience will be enhanced.

Proposed Solution

I will use useState to manage the selected image and its preview.
An element allows users to select an image file.
I will use the file reader api. This is used to read the contents of the selected file and generate a base64 data URL for preview.

Additional Information

No response

Attachments

No response

@deepak9285 deepak9285 added the feature Adding new feature on top of the existing code label May 29, 2024
@shivansh84ya
Copy link
Contributor

could you please assign this issue to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Adding new feature on top of the existing code
Projects
None yet
Development

No branches or pull requests

2 participants