Download file from AppHarbor

Go To StackoverFlow.com

1

I use AppHarbor to set my website, when I change something in the website (upload image) I write the change in a XML file. The path of the image, name, id, etc.

How I can see this XML File that I write on the server?

2012-04-05 22:08
by user852610


4

You shouldn't use the web worker filesystems on AppHarbor for persistence. This is because changes are lost when a new version of your code is deployed or if AppHarbor has to do maintenance on your app. Also, if your app uses multiple web workers, filesystem changes are not synced between instances. Use Amazon S3 instead or one of the data persistence add-ons offered.

2012-04-05 23:42
by friism
Ads