[Solved] How can users upload a file

I am working on a chat app and I want the user to be able to upload their own profile picture, but I can’t seem to find a way to do this. If this isn’t available in gdevelop 5, is there an extension that I can use, or does someone know a way to allow this with a 3rd party application? Thank you for the help!

1 Like

I believe your best option with GDevelop is not to upload images but load them from a URL.
Have a look at the load image from url example:
https://editor.gdevelop-app.com/?project=example://load-image-from-url

So allow your users to share links to images instead of uploading them and hosting your self.

1 Like

Gotcha, I think that should work. I will try that when I’m home, thank you so much!

1 Like

This is a little late, but this is exactly what I was looking for, thank you!

1 Like