Can I write to file system on azure web site?

前端 未结 6 639
甜味超标
甜味超标 2020-11-27 06:18

Can I write to file system on azure Web Site? for example updating or installing plugins/themes in Wordpress from dashboard. AFAIK, it is not possible on Heroku so what abou

6条回答
  •  攒了一身酷
    2020-11-27 06:53

    Just as an additional information if someone encounters a could not find a part of the path ... error while writing: make sure that the folder you are writing to gets deployed. In my case it was an empty temporary directory which got skipped during deployment.

提交回复
热议问题