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

Is it possible to merely read files without actually uploading them to the cloud? #15

Open
cade-bryant-swbc opened this issue Dec 8, 2023 · 2 comments

Comments

@cade-bryant-swbc
Copy link

By default, the widget connects to a cloud provider (e.g. Bytescale) and uploads/saves the files there.

In my use case, however, I don't need to actually save the files. I just need to read their textual data. (The files I am working with are text and/or JSON files, not images. My workflow is basically (1) Read the raw text of files from the filesystem; (2) do something with that raw text.)

Is there a way to do this? Can I force the widget to not call the cloud storage provider?

@ljwagerfield
Copy link
Contributor

At present, the Upload Widget always saves files at the point of user selection.

We're looking to change this in the future, such that the developer has the option to choose if/when the files are uploaded, although I can't provide an ETA on this.

I hope that helps!

@PatrykKuniczak
Copy link

PatrykKuniczak commented Jul 29, 2024

@ljwagerfield I want it also, why this feature isn't implemented yet?

This is amazing component and this cloud integration is also very good solution, for serverless apps, but i want to store data on my database, let's do it in the near future, for dev purposes i will be using this overall, but i hope, you can implement this feature this year 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants