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

Does this package UPLOADS image file to a server? Or just displays it in <Image> tag? #54

Open
wzup opened this issue Oct 27, 2018 · 4 comments

Comments

@wzup
Copy link

wzup commented Oct 27, 2018

It is not clear what this package can do.

Does this package UPLOADS image file to a server?
Or just displays it in <Image> tag?

@wzup wzup changed the title Does this package UPLOADS image file to a server? Or just displays in <Image> tag? Does this package UPLOADS image file to a server? Or just displays it in <Image> tag? Oct 27, 2018
@Vishal7591
Copy link

@wzup, did you figure out a way to upload the selected image to the server?

@AdamGold
Copy link

The package only lets the user pick an image and displays it. If you would like to upload to your server, you would have to make a connection with your backend and handle the image on that end.

@cory-baker
Copy link

This package also converts imnage to a base64 string, which allows you to upload it to a server if need be

@Blutude
Copy link

Blutude commented Feb 25, 2019

The package I am using to upload images to AWS S3 does not allow me to upload the base64 image. Instead I need the path to the file. Is there any way I can access that instead of the base64?

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

No branches or pull requests

5 participants