๐ Documentation:
jenniestrongbow opened this issue ยท 2 comments
jenniestrongbow commented
๐ญ Description
Hi,
I wrote a PHP function that writes a text file on my ubuntu server.
Can I write a text file anywhere on my server or am I restricted to a directory, if so, which one?
Thanks
๐ 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?
- I have read the Code of Conduct
lohanidamodar commented
Hey the functions itself are stateless, the files you write may not be accessible once the function has completed. We suggest to use Appwrite storage to store files from your functions. Let us know if you have further questions.
stnguyen90 commented
Closing as question was answered and no further action required.