It is good idea to add screen shot option in stackoverflow.com for each question. It will allow to upload error message/exception/or any related problem screen shot.

share|improve this question

7 Answers

up vote 4 down vote accepted

StackOverflow isn't an image hoster, nor will it be. It's practically being run out of Jeff's basement off of a single server, which is almost reaching CPU capacity as it is. Image hosting is way too expensive when there are so many folks out there who do it for free.

Pick your favorite:

share|improve this answer
2  
Based on what I read and hear, this site is hardly run out of his basement. Perhaps you are thinking of his blog? – tim Aug 14 '09 at 21:21
@tim: I was being sarcastic...the site is running off of a single server, though, and they are looking at adding another one. – Eric Aug 14 '09 at 21:36
The site is being run off multiple servers: blog.stackoverflow.com/2009/01/… – Darryl Hein Aug 14 '09 at 22:00
2  
+1 because people seem to be missing your point. – Graeme Perrow Aug 15 '09 at 0:03

Error messages and exceptions shouldn't be shown in screenshots. They should be cut and pasted as text.

Having an option for image storage in general is an interesting idea, although it would be very prone to abuse. There are plenty of other sites where you can upload images, and then paste a URL into SO. You end up with the potential for dead links, admittedly.

share|improve this answer
1  
Except for all those wonderful diaglogs that don't support mark & copy. – Software Monkey Aug 14 '09 at 21:21

Error message can be copied, and pasted. Design-issues with HTML/CSS benefit greatly from screenshots - http://www.doctype.com (similar to SO, but for design-questions) gives you the ability to post screenshots of your design with your question (example).

share|improve this answer

At most I would like a redirect.


http://stackoverflow.com/api/userimage/{userid}/{photoid}.301
http://stackoverflow.com/api/userimage.301?userid={userid}&photoid={photoid}

Could redirect to where you have posted the image.

http://stackoverflow.com/api/userimage/{userid}/{photoid}.url
http://stackoverflow.com/api/userimage.url?userid={userid}&photoid={photoid}

Could return "ContentType: text" with the url for the body.

http://stackoverflow.com/api/userimage/{userid}.html
http://stackoverflow.com/api/userimage.html?userid={userid}

Could show you where all of the redirects point to, and their descriptions.

http://stackoverflow.com/api/userimage/{userid}/{photoid}.what
http://stackoverflow.com/api/userimage.what?userid={userid}&photoid={photoid}

Could return "ContentType: text" with the description for the body.

http://stackoverflow.com/api/userimage/{userid}.json
http://stackoverflow.com/api/userimage.json?userid={userid}


You would have somewhere on your user-page where you can edit them.


This could be easily abused though.

It should have a limit to how many you can post in a day, or a forced delay between how often you can add another image.

share|improve this answer

Just post your screenshot you take with any myriad of free screencap apps on any myriad of free image hosts..... Don't clog up the S[O|U|F] servers with other crap.

share|improve this answer

I am not sure the site would agree with you. Where would all these pictures be stored? They would have to increase their hosting capabilities greatly to support built in picture hosting. Am I wrong? This site is meant to be quick and efficient and I believe this would not support that goal. There are so many other picture hosting options that I believe those should be used if needed. Otherwise, just quote the text of errors.

share|improve this answer

how about photo albums folders too? I mean, I don't see any use in screenshots, as you can easily copy-and-paste....

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged