Joe, The form action should be form action="/upload" only. Did you try using that.
If you still get errors when uploading make sure you have upload servlet mapped in the web.xml file Ash On Thu, Feb 24, 2011 at 10:21 AM, Joe Hudson <[email protected]> wrote: > Ok thanks Ash. > > I actually get the URL from the BlobService. Are you saying I should use > <form action="/upload/ + {url I get from BlobService}" ...> > > And, if this is the case, I'm assuming I should only do this for local > testing, correct? Should I remove the /upload prefix when I deploy? > > Thank you very much for your help. > > > Joe > > -- > 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. > -- 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.
