Re: [appengine-java] Creating an image into the blobstore by programmation

2011-08-16 Thread Ikai Lan (Google)
What is the error you see?

--
Ikai Lan
Developer Programs Engineer, Google App Engine
plus.ikailan.com | twitter.com/ikai



On Sun, Aug 14, 2011 at 11:26 AM, Christian Goudreau 
goudreau.christ...@gmail.com wrote:

 Hi everyone,

 I tried unsuccessfully to create image pragmatically on the server side and
 add it to the blobstore. By following the instructions in the tutorial about
 writing file, I end up with an error on that line: AppEngineFile file 
 =fileService
 .createNewBlobFile(text/plain);

 I want to use the html5 new multiple upload input to add a lot of images
 into my blobstore.

 If anyone has encountered something similar, please help me.

 thanks,

 --
 Christian Goudreau
 www.arcbees.com

  --
 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
 google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Creating an image into the blobstore by programmation

2011-08-14 Thread Christian Goudreau
Hi everyone,

I tried unsuccessfully to create image pragmatically on the server side and
add it to the blobstore. By following the instructions in the tutorial about
writing file, I end up with an error on that line: AppEngineFile file
=fileService
.createNewBlobFile(text/plain);

I want to use the html5 new multiple upload input to add a lot of images
into my blobstore.

If anyone has encountered something similar, please help me.

thanks,

-- 
Christian Goudreau
www.arcbees.com

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.