
Is it possible to provide a custom filename to a file that is being uploaded to Storage?
In my app I want the user to be able to specify a name for the file being uploaded, and for the file in AppWrite to have this filename.
Is this possible?

I think I've seen a PR where this will be implemented in the next version


Thanks, what's the best way to go about it then? I was thinking I would just create an attribute called name, but attributes are only for documents and not Storage.

Not sure how they have implemented it. Let's wait til it goes online and check the docs then
Recommended threads
- Email OTP + email-password combo
This might be a strange scenario but I want to know if it's possible I can implement user auth through both the ways in my app: by sending email OTP and by usi...
- A full logout for users logged in via Go...
I have a web app in reactjs that uses the Google login that is integrated into Appwrite for user login. I use `createOAuth2Token()` to login to their account. ...
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
