将图像上传到Google App Engine

时间:2013-07-15 08:55:50

标签: c# javascript asp.net google-app-engine

我目前正在Google App Engine上托管我的网站图片。 因此,我网站上的图片会有这样的网址:http://my-website.appspot.com/my-image.jpg

我自己通过Google App Engine Laucher上传了这些图片。

网站用户是否可以自动将文件上传到Google App Engine for C#或javascript?通过API?

谢谢,

文森特

1 个答案:

答案 0 :(得分:1)

我建议使用servlet将图像动态上传到GAE应用程序。

请参阅How to upload and store an image with google app engine (java)

请参阅https://developers.google.com/appengine/kb/java?hl=en#fileforms

然后使用C# System.Net Library将相关内容发送到servlet进行存储。