Skip to content
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

📚 Documentation: Update InputFile documentation about what to use for Flutter Web #174

Open
2 tasks done
stnguyen90 opened this issue Sep 12, 2023 · 1 comment
Open
2 tasks done
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@stnguyen90
Copy link
Contributor

💭 Description

On Flutter Web, you must use InputFile.fromBytes(). This was fine in the past because Flutter file/image picker packages didn't provide a path. They've added support for path now, but the path is an Object url and not an actual image path. As such, this path can't be used by the Appwrite SDK.

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

@stnguyen90 stnguyen90 added the documentation Improvements or additions to documentation label Sep 12, 2023
@tienthai0205
Copy link

@stnguyen90 I could take this issue if it hasn't been worked on?

@lohanidamodar lohanidamodar self-assigned this Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants