Aah no, that shouldn't actually give you the results you think it should.

I will explain tomorrow, but basically, GAE has no usable file space, we are 
fudging it by storing to the data store.

Confusing I know, but these are the limitations placed on us with this platform.

You have to treat the gae:// space like a completely remote mount point and do 
all your FileXXX() using that protocol specification.


--
 http://alan.blog-city.com/

-----Original Message-----
From: james <[email protected]>
Sender: [email protected]
Date: Tue, 29 Mar 2011 14:20:21 
To: Open BlueDragon<[email protected]>
Reply-To: [email protected]
Subject: [OpenBD] Re: GAE File Upload Woes


I'm trying this on openBd desktop and no joy. The form now seems to
submit the file but it won't
save. If you remove the cfdirectory create the uploaded file seems to
go nowhere.

Shouldn't something as simple as this work:

<cffile action="write" file="soap.txt" output="All your snakes are
belong to me" />
<cfdirectory action="list" directory="." name="allFiles" />
<cfdump var="#allFiles#">

As Jesse hinted at in his servlet mappings the openBD desktop doesn't
list gavfs in the web.xml.
Any attempt to update this file gets over-written when openbd desktop
restarts.

Thanks all.

--
official tag/function reference: http://openbd.org/manual/
 mailing list - http://groups.google.com/group/openbd?hl=en

-- 
official tag/function reference: http://openbd.org/manual/
 mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to