-
Notifications
You must be signed in to change notification settings - Fork 242
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
blob url #41
Comments
@fengyuanchen any help please. |
This project is a photo editing application based on Cropper.js, so I will suggest using the Cropper.js directly. |
but this project help alot and it is very helpful , and I want only an answer for above question if you can help me. |
You can load the URL by |
@fengyuanchen many thanks for your help. const createImageFromBase64 = function(event) { const onLoadReadBlobAsBase64 = function(event) { var xhr = new XMLHttpRequest(); |
@fengyuanchen may I ask another question : |
hi
after i upload my image the src of image is like this :
blob:http://academicprogs.iugaza.edu/e6475d62-18dc-419d-adec-7719c10de1d3
i can get this src, but how can i save it to then server or getbase64 of this src.
any help please.
thanks
maher
The text was updated successfully, but these errors were encountered: