简体   繁体   English

GAE Java-Blobstore找不到文件

[英]GAE java - Blobstore No file found for

<form action="<%= blobstoreService.createUploadUrl("/upload") %>" method="post" enctype="multipart/form-data">
    <input type="file" name="myFile">
    <input type="submit" value="Submit">
</form>

When running, i received a warning : No file found for /upload and 404 error. 运行时,我收到警告:找不到/ upload和404错误的文件。 Please help me. 请帮我。

I see that you are trying the App Engine sample. 我看到您正在尝试App Engine示例。

Have you followed everything in App Engine complete sample aplication ? 您是否已遵循App Engine完整示例应用中的所有内容

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM