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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.