Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7030349
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T00:39:33+00:00 2026-05-28T00:39:33+00:00

Objective: Suppose the client submits a string or text file to the server (Google

  • 0

Objective: Suppose the client submits a string or text file to the server (Google App Engine) using a web form. I want the server to modify the original file and serve it back to the client.

I think the only way to serve files from GAE is using the Blobstore, right? Then, as we cannot modify blobs, I believe a solution would be:

  1. Client uploads a file using HttpRequest
  2. Server reads the uploaded file and copies it to a temp buffer (not sure if is there a method to do this)
  3. Server deletes original blob
  4. Server modifies data in the temp buffer
  5. Server writes the modified buffer to the Blobstore
  6. Server serves the new blob to the client

Would this work? Could you think about any other solution?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T00:39:34+00:00Added an answer on May 28, 2026 at 12:39 am
    I think the only way to serve files from GAE is using the Blobstore, right?
    

    Wrong. A ‘file’ is just a way of storing data on disk; there’s nothing about serving them from a webserver that requires the data come from an actual, writable disk file. You can simply accept the user’s data via a form upload, modify it, and serve it back to them, without it having to ever touch disk, the blobstore, or any other permanent storage medium.

    This only becomes a problem if the user’s data is too large to fit in memory, in which case you will have to store the data somewhere while you work on it, such as in the blobstore.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Objective: My script will download a remote file upon form submission, since the file
In Objective-C, if array1 is copied onto array2 using mutableCopy, and suppose the code
This is general programming, but if it makes a difference, I'm using objective-c. Suppose
Suppose I want to use the Decorator pattern to add functionality to the java.lang.String
I am wondering how one is supposed to format Objective C code using the
Though i am using Objective-C syntax, the question language agnostic. Assuming the following declaration
Hey guys, I'm starting to play around with Objective-C and I want to make
I'm trying to implement the Strategy pattern using Core Data and Objective C. To
Suppose I have Objective C interface SomeClass which has a class method called someMethod
Suppose I have used the following code in my objective c iphone programming, [scrollView

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.