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

[REF-2157] Allow rx.download to resolve rx.get_upload_url links #2813

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

masenf
Copy link
Collaborator

@masenf masenf commented Mar 8, 2024

A common use case is processing some data, writing it to the rx.get_upload_dir, then triggering a download of the processed data.

Using the data arg for rx.download works up to the size limitation of the browser data URI handling mechanism, but offering a real download can accomodate much larger data using the standard mechanism.

Fix #2812

A common use case is processing some data, writing it to the
`rx.get_upload_dir`, then triggering a download of the processed data.

Using the `data` arg for `rx.download` works up to the size limitation of the
browser data URI handling mechanism, but offering a real download can
accomodate much larger data using the standard mechanism.

Fix #2812
Copy link

linear bot commented Mar 8, 2024

@picklelo picklelo merged commit 94e750a into main Mar 11, 2024
45 checks passed
mahrz24 pushed a commit to mahrz24/reflex that referenced this pull request Mar 12, 2024
@masenf masenf deleted the masenf/download-from-upload-url branch April 24, 2024 18:46
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.

[REF-2157] rx.download doesn't work with rx.get_upload_url from a backend event handler
2 participants