Photo hosting on MyE28

MyE28.com Forum system comments and questions. Please post registration, login, or general forum usage problems here.
tig
Posts: 9322
Joined: Mar 18, 2013 6:25 PM
Location: Durango
Contact:

Re: Photo hosting on MyE28

Post by tig »

I am currently testing the new Uploader I've built on a test board. I'd love it if a bunch of people created test posts and tried different things to see what breaks...

https://dev.mye28.com

 
tig
Posts: 9322
Joined: Mar 18, 2013 6:25 PM
Location: Durango
Contact:

Re: Photo hosting on MyE28

Post by tig »

Quick note on how the URLs will work:

I am building the system so any size photo can be uploaded, but it will be sized down to 4K resolution max for storage. The 4K resolution image will be available at 

Code: Select all

https://mye28.z13.web.core.windows.net/uploads/22277/97e4016cfcd57b92d6381938_original.jpg
A UHD-sized version will be available at

Code: Select all

https://mye28.z13.web.core.windows.net/uploads/22277/97e4016cfcd57b92d6381938_sized.jpg
The BBCode generator and the link exposed by the uploader always refers the _sized versions, but the BBCode wraps it by default like this, so if you click on the image you'll be taken to the "original" (which is kinda a lie if the original was bigger than 4K resolution).

Code: Select all

[url=https://mye28.z13.web.core.windows.net/uploads/22277/f3fcc41f7e8a6641_original.jpeg]
   [img]https://mye28.z13.web.core.windows.net/uploads/22277/f3fcc41f7e8a6641_sized.jpeg
   [/img]
[/url]
And, for completeness, a thumbnail (300x300 max) version is stored at:

Code: Select all

https://mye28.z13.web.core.windows.net/uploads/22277/97e4016cfcd57b92d6381938_thumbnail.jpg
You'll also note that the URL includes your user_id (e.g. @tig is 222777) so the system can track who uploaded what.
heinek077
Posts: 56
Joined: Mar 19, 2012 8:54 AM
Location: Southern CA

Re: Photo hosting on MyE28

Post by heinek077 »

3 Images at bottom of post not working:
M30 Valve Adjustment - MyE28.com

http://img259.imageshack.us/img259/1003/dsc02560iw4.jpg


Takes you to main imageshack page.
tig
Posts: 9322
Joined: Mar 18, 2013 6:25 PM
Location: Durango
Contact:

Re: Photo hosting on MyE28

Post by tig »

heinek077 wrote: Jan 18, 2025 1:41 PM 3 Images at bottom of post not working:
M30 Valve Adjustment - MyE28.com

http://img259.imageshack.us/img259/1003/dsc02560iw4.jpg


Takes you to main imageshack page.

This is likely because ImageShack sucks green donkey balls. Or you captured the links incorrectly.

The links in the img tags in that post appear to be links to jpg files:

Code: Select all

[img]http://img259.imageshack.us/img259/1003/dsc02560iw4.jpg[/img]
[img]http://img259.imageshack.us/img259/4082/dsc02561mf6.jpg[/img]
[img]http://img440.imageshack.us/img440/466/dsc02568lz2.jpg[/img]
Pasting one of those links directly into the browser address bar takes you to a page that looks like this:

Image

So, either the links are bad or ImageShack is bad. Has nothing to do with MyE28 either way.
Post Reply