YAFLogo

sumnone
  • sumnone
  • 53.6% (Neutral)
  • YAF Forumling Topic Starter
13 years ago
Hi, I was hoping to contribute before asking questions, but I have hit a snag here that I can't get past. I just installed yaf with dnn as well as a standalone instance of yaf and my attached image files are not showing up with a thumbnail and link to the larger image. They are showing up as:

File Attachment(s):

IMG_3024.JPG (750kb) downloaded 1 time(s).

IMG_3025.JPG (681kb) downloaded 0 time(s).

I thought this was normal behavior until I saw a post from Jaben about it from a month or so ago to a guy with a different issue.

I'm running both sites on version yaf 1.9.5.5, IIS6, SQL 2005 and .NET 4. Is there an option I'm missing somewhere? I'm aware .NET 3.5 is recommended, is it possible that .NET 4 possibly broke this feature? Any help is much appreciated. Thanks.


Windows 2003 Server (IIS 6)

SQL 2005

.NET 4 Framework

YAF 1.9.5.5 RTW

Sponsor
logan
  • logan
  • 100% (Exalted)
  • YAF Leader
13 years ago
Your images are to large.

Set the size in hostsettings - Image Attachment Settings

At the Bottom of Host Settings Tab


test
sumnone
  • sumnone
  • 53.6% (Neutral)
  • YAF Forumling Topic Starter
13 years ago
That worked. I looked at that Image Threshold setting several times and was reading it as 2.5MB instead of 256KB. Anyway, thank you so much.
Windows 2003 Server (IIS 6)

SQL 2005

.NET 4 Framework

YAF 1.9.5.5 RTW

summer68
  • summer68
  • 50.2% (Neutral)
  • YAF Forumling
11 years ago
hi there,

quick searching on Google brings me here.and Im current working on thumbnail creating ,does yaf provide any source codes written in .Net? If yes ,Plz give me some detail guide,thx in adv.as a beginner in image programming ,I came across thumbnail creating component   on web, but it isn't truely free.

Free source code /lib of thumbnail creating is in need.Any help is appreciated.

regards,

Zero2Cool
  • Zero2Cool
  • 100% (Exalted)
  • YAF Leader YAF Version: YAF 3.1.16
11 years ago

hi there,

quick searching on Google brings me here.and Im current working on thumbnail creating ,does yaf provide any source codes written in .Net? If yes ,Plz give me some detail guide,thx in adv.as a beginner in image programming ,I came across thumbnail creating component   on web, but it isn't truely free.

Free source code /lib of thumbnail creating is in need.Any help is appreciated.

regards,

Originally Posted by: summer68 

Try the link below.

http://stackoverflow.com/questions/2808887/create-thumbnail-image 

classpass
11 years ago
maybe because the the thumnail image is too large, you need to resize to a small size. here is some source codes you are looking for on how to creating thumbnail vb.net . good luck.
Jamez99
  • Jamez99
  • 50.2% (Neutral)
  • YAF Forumling
11 years ago
Can I afford a request?

I wnt to attched my image files but are not showing up with a thumbnail.plezse guide me how can it shows


arronlee
  • arronlee
  • 50.2% (Neutral)
  • YAF Forumling
11 years ago

maybe because the the thumnail image is too large, you need to resize to a small size. here is some source codes you are looking for on how to creating thumbnail c#.net . good luck.

Originally Posted by: classpass 

Thanks for your advice, but I want to find a manual tool. Do you have any suggestion?