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

Ability to upload file and store it as data via landing page #5

Merged
merged 1 commit into from
Jan 17, 2022

Conversation

jarmoza
Copy link
Contributor

@jarmoza jarmoza commented Jan 17, 2022

Addresses #1 . Files may now be uploaded and are stored in fileText in landing page (index.vue)'s data. Temporary text area is set up for viewing of file text content - though currently not pretty printed.

@jarmoza jarmoza self-assigned this Jan 17, 2022
@jarmoza jarmoza requested a review from surchs January 17, 2022 23:08
@jarmoza
Copy link
Contributor Author

jarmoza commented Jan 17, 2022

Of note: both Papaparse (file uploading and parsing) and file-saver (file downloading) packages are added via this commit.

Copy link
Contributor

@surchs surchs left a comment

Choose a reason for hiding this comment

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

Thanks @jarmoza, this looks good!

pages/index.vue Show resolved Hide resolved
@jarmoza jarmoza merged commit 3a22625 into master Jan 17, 2022
@surchs surchs deleted the landingpage-fileupload branch January 17, 2022 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants