-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

maksud wrote:
> I am using apache commons fileupload plugins. But could not store the
> files in the server location(google app engine.) I used JDO Blob to
> store the file in appengine. But in real project I have to upload files
> without limit restriction and also want to store the file in web server
> folder instead of db. That why we are looking for another web server
> without java.io.File limitations.

Do you know about GAE-VFS? It's an Apache Commons VFS API implementation
on top of AppEngine's datastore. It'll give you a relatively traditional
file system implementation with no size limits.

http://code.google.com/p/gaevfs/

- --
David Given
d...@cowlark.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkqpNlEACgkQf9E0noFvlzhqIgCeOdY0a10AGBhhWUOjJC3yS4CI
D68An1z9VqiI7nErWM4HKg5GI1vWRjJj
=2nvw
-----END PGP SIGNATURE-----

--~--~---------~--~----~------------~-------~--~----~
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 google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to