Hi guys, 

Simple question.
To use the blobstore, Google says that you need to write something like:

<form action="<%= blobstoreService.createUploadUrl("/upload") %>" 
method="post" enctype="multipart/form-data">
<!-- Stuff here-->
</form>

In my case, I already have a form to add an Item like :
<form  name="addItemForm" action="addItemFormAction.do" method="post">
<!-- Stuff here like name, price, description, etc...-->
</form>

And of course, more than allowing a user to create an Item with name, price, 
etc...I would like to allow this user to upload a photo, in the same page, 
with the same Submit button.

Could you help me to do this ?
Thx a lot.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/U9tm6QIdrmoJ.
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.

Reply via email to