hello together, i started developing with google app engine. i want to develope an application where the user has the possibility to enter some data in a jsp page. this page contains normal information (eg author, title, etc) and two file upload fields (html) to upload an image and an pdf document.
up to now i have no problems to save the normal data (author, title, etc) in the storage, this is done in the servlet class which processes the html-form out of the jsp page. My problems are: - how can i access the data from the image and the pdf file at the servlet class? - how can i create with this binary data a blob and save this blob in the cloud storage? - how can i "download" and open the pdf by clicking a link would be great if anybody can help me with my problems greatz flo -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
