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

feat(loader): allow processing local files #808

Merged
merged 2 commits into from
Apr 26, 2023
Merged

Conversation

kylelaker
Copy link
Contributor

@kylelaker kylelaker commented Apr 26, 2023

This allows users to "upload" a file to the application without having
to publish it on the web. The user just needs to choose "upload" and
point to the file on disk that they would like to use. This creates an
object URL in the browser (so the file is not actually uploaded
anywhere).

Using a web URL
image

Using a local file
image

The URL is automatically generated by the browser. This is the best
compromise to allow "Reload" to work as expected.

This allows users to "upload" a file to the application without having
to publish it on the web. The user just needs to choose "upload" and
point to the file on disk that they would like to use. This creates an
object URL in the browser (so the file is not actually uploaded
anywhere).
@easy-dynamics-oscal-automation easy-dynamics-oscal-automation bot requested a review from a team April 26, 2023 16:49
@easy-dynamics-oscal-automation easy-dynamics-oscal-automation bot requested a review from a team April 26, 2023 16:53
@Bronstrom Bronstrom merged commit 88cd3a0 into develop Apr 26, 2023
5 checks passed
@Bronstrom Bronstrom deleted the kyle/allow-uploading branch April 26, 2023 18:08
@kylelaker kylelaker added the enhancement New feature or request label Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants