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 8727377
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T08:25:31+00:00 2026-06-13T08:25:31+00:00

Each time user accesses http://www.example.com/some-random-symbols-1×1.png , I should return transparent image 1x1px. I’ve created

  • 0

Each time user accesses http://www.example.com/some-random-symbols-1×1.png, I should return transparent image 1x1px. I’ve created according file, but how should I read it in my code to return to the user? I know how to display the image from the datastore or blobstore. But have no idea how to read and return binary file.

It can not be static file due to the following reasons:

  1. url will contain some-random-symbols;
  2. once url is accessed, prior to displaying images, I would like to log that somebody accessed the file.
  • 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-06-13T08:25:32+00:00Added an answer on June 13, 2026 at 8:25 am

    In a more general case, I’d use the blobstore and the BlobstoreDownloadHandler, but for a tiny gif that will definitely fit into memory, something like this to read the file’s content:

    with open('path/to/file.gif') as f:
      img_content = f.read()
    

    I’d put this outside of my handler, so it was done once per instance. If you’re using 2.5, then you’ll need to import ‘with’ from future, or open and close the file yourself.

    then in your handler, assuming webapp2:

    self.response.content_type = 'image/gif'
    self.response.write(img_content)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Each time user enter's website get random information/text from mysql. Question: How to make
I'd like to change a background image of my button each time user presses
I'm using NSDocumentDirectory to save an image each time user may save different different
Each time my user signs in, we pull his profile picture from Facebook. This
Hi I am creating a listbox containing 2 text boxes each time a user
My Rails application makes use of Time.zone so that each user can set their
I want to find user tweet's count for each month from the time when
Each time I use Merge() I have the following: 'Cannot implicitly convert type 'void'
Each time I add in the correct code, it gives me the same error
Each time my webpage is loaded it runs a routine in the page_load event

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.