Hi,

In the Sandbox parag of 
http://code.google.com/appengine/docs/whatisgoogleappengine.html,
it's clearly said that you cannot write file from the application (you
can read some files though: see
http://code.google.com/appengine/docs/java/config/appconfig.html#Static_Files_and_Resource_Files)

So, the usual way to do what you want is to use the Datastore of App
Engine and store blob objects containing your xml string to emulate a
file.

regards
didier

On Jan 4, 10:38 am, Sebe <[email protected]> wrote:
> Hi all, I have a problem
>
> I'm writing as a parameter values obtained from the textbox. I have to write
> them in an XML file. Is there any waydo it with GAE ? You know give me a
> hand?
> Thank you very much
>
> Regards
>
> Sebe

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to