Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Conversation

@cp-dharti-r
Copy link
Collaborator

@cp-dharti-r cp-dharti-r commented Nov 1, 2023

PR Description

  • Implement a single file upload management component with a preview feature
  • Allow uploading of the file by selecting or dragging and dropping the file
  • Update README.md to mentioned workflow of the project

Test Steps

src/app/page.tsx Outdated
setPreviewFileData(file);
};

const [uploadingStatus, setUploadingData] = useState(false);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both should be [uploadingStatus, setUploadingStatus]

@cp-dharti-r cp-dharti-r merged commit 42ee22e into main Nov 8, 2023
@cp-dharti-r cp-dharti-r deleted the single-file-upload branch November 8, 2023 12:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants