Can you post your source code?

Ikai Lan
Developer Programs Engineer, Google App Engine
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine



On Fri, Jul 8, 2011 at 2:32 AM, Rajesh T N <[email protected]> wrote:

> Hi,
>
> I'm a newbie to appengine and currently experimanting with Blobstore APIs.
> I have 4 queries
>
> 1. When I upload a file to blob, and try getting uploaded blobs in doPost
> of the corresponding action servlet, I get only the latest file uploaded.
> The earlier files uploaded are not retrievable from Blobstore. Am I missing
> any fundamental concept here? This was observed in localhost cloud
> simulation.
> 2. When I try to get uploaded blobs from blobstore in doGet of a servlet, I
> get an illegal state exception which says that I can do this operation after
> uploading a blob. Why is this? What do I do to get a list of uploaded blobs
> from blobstore in a doGet API?
> 3. When I deployed the app to appspot, the upload form itself was not
> visible. The getUploadURL in the jsp seems to fail.
> 4. Why is an error indicated on my JSP file which says that permission is
> required to run JSP files, but still does run in development server (Couls
> this be the reason that the form became invisible as given in query 3?).
> What setting should I do in eclipse to prevent this error?
>
> Regards,
> -Rajesh
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine-java/-/v-VqxMLRftQJ.
> 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.
>

-- 
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