Image Gallery (Simple Folder Version) not showing uploaded .png images

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
7/3/2014 5:15:13 AM
Gravatar
Total Posts 12

Image Gallery (Simple Folder Version) not showing uploaded .png images

Hi ,

I have mojo portal site hosted on azure cloud service.

I have  added  Image Gallery (Simple Folder Version) features  in it, and uploaded some jpeg images, its showing same in folder gallery.

But when i have uploaded some .png images its get uploaded on the server folder (I have checked it manually by taking RDP of server) but not showing on Folder gallery page.

Will you please let us know what is the issue cause? how to resolve it?

Thanks,

Rohit Jagtap.

7/3/2014 7:16:53 AM
Gravatar
Total Posts 18439

Re: Image Gallery (Simple Folder Version) not showing uploaded .png images

if the files exist on disk on the web node it should in theory work, but since there are likely multiple web nodes it will not work unless it is synced on all the web node file systems. perhaps the node you rdp into has it but other nodes don't. ie the web node you rdp into may not be the one serving your web request. 

other than that I would look for clues in the log

also I'm not sure png is the best format for folder gallery, I would suggest use jpg

folder gallery was developed long before the existence of azure, as such the design of folder gallery is not optimal for azure web role usage, your mileage may vary in trying to use it there, in fact I would not try to use that myself because I understand the impedance of how it works vs how web role nodes work. 

You must sign in to post in the forums. This thread is closed to new posts.