-
Notifications
You must be signed in to change notification settings - Fork 53
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
New extension: UploadDownloadImageFile #1131
base: main
Are you sure you want to change the base?
Conversation
Was this extension made with GDevelop? It doesn't have newlines, but extensions exported from GDevelop should be exported with the new lines... |
The web version doesn't have the right parameters and it exports without any indentation. |
Yes it was made in GDevelop |
(Fixed the download file action to allow choosing the name) !update UploadDownloadImageFile.json.zip |
Can't update the extension, as it doesn't pass automatic tests:
|
1 similar comment
Can't update the extension, as it doesn't pass automatic tests:
|
Now you can extract a base64 string out of an already existing object. Updated some descriptions. !update UploadDownloadImageFile.json.zip |
Can't update the extension, as it doesn't pass automatic tests:
|
Added so many things since 2 weeks ago !update UploadDownloadImageFile.json |
❗ An internal error has occurred. See logs at https://github.com/GDevelopApp/GDevelop-extensions/actions/runs/7603497732. |
The extension is ready, honestly the only thing missing is to make "Download file" work on mobile devices, here is the final build (ready to be implemented as community extension): Note: I removed the namespace 'gdjs._ExtensionUploadedImages' because I found proper methods. !update UploadDownloadImageFile.json Oh, I forgot I have to make it a zip file |
❗ An internal error has occurred. See logs at https://github.com/GDevelopApp/GDevelop-extensions/actions/runs/7672071381. |
❗ An internal error has occurred. See logs at https://github.com/GDevelopApp/GDevelop-extensions/actions/runs/7672081300. |
!update UploadDownloadImageFile.json.zip |
Can't update the extension, as it doesn't pass automatic tests:
|
✅ Successfully updated the extension. |
Would be cool if it gets fixed and the extension becomes available in GD. It offers great functionality that has been waited for many years. |
Description
Allows the upload of an image from the gallery, from a base64 string, and the download of images.
How to use the extension
Allows the upload of an image from the gallery, from a base64 string, and the download of images.
Content:
Do note that the object's resource is replaced with the picture, meaning that every object sharing the same resource as the receiver one will also display the picture.
Checklist
What tier of review do you aim for your extension?
Community (Unreviewed)
Example file
UploadDownloadImageFileExample.zip
Extension file
UploadDownloadImageFile.json.zip