does that mean i am using the wrong extension?
Try removing the file://
prefix using the replacement block.
does that mean the extension is not used?
No, you feed that into the extension block. If you had read the tooltip / documentation, the base64 extension is expecting an absolute path, not a full path.
You can read more about that here:
Don't know why you did that...
Sort your blocks out!
Are you getting the 201 error in order to run these blocks ? Seems strange to be generating an error in your workflow...
Yes an error occurred
Did you run DoIt again on your base64 block to check you have a valid base64 string?
Is the php code expecting a plain base64 string or a datauri ?
Have you tested that part of the php code ?
Try opening the created "image file" on your server with a text editor, what do you see?
sorry which image file?
Ok, I'll tinker with it some more.
Can you explain why you are using the Screen ErrorOccurred event like that?
Taifun
I search the community, found error 201 is for 'camera not return image'. it's seems a very old bug, why you still have this?
Initially I tried to block Screen error occurred in Kodular and it was safe, that's why I used it in App Inventor.
That's why I'm also confused even though there is no error in Kodular.