Re: [appengine-java] File Upload

2011-09-27 Thread Stefanos Antaris
Why don't you use blobstore service?? http://code.google.com/appengine/docs/java/blobstore/overview.html On Mon, Sep 26, 2011 at 5:57 PM, Guilherme Souza souza.guilherm...@gmail.com wrote: Hey guys, i have a problem with uploading files at my project, i tried to use the library

Re: [appengine-java] File Upload

2011-09-27 Thread Guilherme Souza
Thanks Stefanos, i'm reading the documentation now. It will do resolve my problems. Question done! 2011/9/27 Stefanos Antaris ssanta...@gmail.com Why don't you use blobstore service?? http://code.google.com/appengine/docs/java/blobstore/overview.html On Mon, Sep 26, 2011 at 5:57 PM,

[appengine-java] File Upload

2011-09-26 Thread Guilherme Souza
Hey guys, i have a problem with uploading files at my project, i tried to use the library org.apache.commons.fileupload, but i couldn't import to eclipse, now i'm looking for a new way to upload files to my JSP page. Thanks in advance. -- You received this message because you are subscribed to