YAFLogo

AndyGarrett
  • AndyGarrett
  • 53% (Neutral)
  • YAF Forumling Topic Starter
13 years ago
System Setup -

YAF 1.9.5.5

IIS 7.0/.NET 4

Running YAF within another web application project

Here's the issue.

Someone has attached some png files to a post.

When you click on the image, you can open and preview it fine. But when you go to save it, it tries to save itself as resource.ashx (the name of the handler), rather than the png file. You can change it in the save as dialogue to "image.png" and it works, but most users don't know to do that.

Other attachment formats seem to work just fine (pdf, doc, etc).

Any solutions?

Andy

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
13 years ago

Hope this makes sense.

Yes it does, i added a download Button to the Attached Image inside The Modal Preview Window. of the Message Attached Preview Image

AndyGarrett
  • AndyGarrett
  • 53% (Neutral)
  • YAF Forumling Topic Starter
13 years ago
So that's definitely what I am looking for....

Is there a way to make that change on my end now or do I have to wait until the next release?

Andy

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
13 years ago

So that's definitely what I am looking for....

Is there a way to make that change on my end now or do I have to wait until the next release?

Andy

Originally Posted by: AndyGarrett 

If you can compile the source yourself you can do it yourself

http://yafnet.codeplex.com/SourceControl/changeset/changes/34eec91d5070 

AndyGarrett
  • AndyGarrett
  • 53% (Neutral)
  • YAF Forumling Topic Starter
13 years ago
Thanks.... got it compiled and implemented....

Andy