How can I turn the picture to base64?Our school needs a lost and found system

Try this:

ImageToBase64



error

No issues here:

image

When I add this extention to my program,it always output error message.


Maybe my appinventor can't accept the extension.
My appinventor:app.gzjkw.net

If you just want to display the base64 you have, try making it into a datauri:

data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAFE......
(if a jpg)

You can then display this in a webviewer....

这个服务器已经严重过时了。强烈建议换个更新的服务器,比如官网的 login.appinventor.mit.edu/login

马上就换((((

Thank you

现在可以编译了

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.