XML Data File Writing on Site. How?.

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
10/3/2008 5:34:38 PM
Gravatar
Total Posts 146

XML Data File Writing on Site. How?.

Hello!.

Excuse to me about of the stupid question.

I need to save to WebSite an file with xml data, but I don't know how to do that. I mean, I can to populate my file ok, but I don't know how to save it to hard disk to use later.

I get errors "access denided...", "path to file not found"..

Somebody can to put un snippet of code with a few lines to write a file into a web site.

Thanks in advance...

10/4/2008 6:24:43 AM
Gravatar
Total Posts 18439

Re: XML Data File Writing on Site. How?.

You should save it somewhere beneath the /Data folder, like in Data/Sites[SiteID]/

The Data folder is writable, but other folders are not.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.