Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsGalleryGalleryUpload option does nothingUpload option does nothing
Previous
 
Next
New Post
10/19/2006 5:16 AM
 
On the gallery module I can browse to a file add it to the list to be uploaded but when I hit the upload link it does nothing although it looks like it tries to do something.  THis is a clean install off DNN and the module running on a Win2k SP4 server logged on as the host account.
 
New Post
10/29/2006 12:53 PM
 
Hello,

i think this is a problem with the upload restriction. The gallery checks, if this file ends with .jpg. But if the file ends with ".JPG", the gallery don't add this file altough it is a valid picture. Please try to rename the file to *.jpg.

When it does now, its a bad problem of the gallery, because many digital camera pictures are upper case.

greatings Herbert
 
New Post
10/29/2006 9:46 PM
 

I was looking into this issue with filenames having an upper case extention (.JPG) and from what I can tell this shouldn't be a problem.  When I try to do it, it works for me and when I look at the code, it appears like it should work...eg.

   If Not (mGalleryConfig.IsValidFileType(mExtension)) Then   

Calls

   Public ReadOnly Property IsValidFileType(ByVal FileExtension As String) As Boolean

   Return (IsValidImageType(LCase(FileExtension)) OrElse IsValidMovieType(LCase(FileExtension)) OrElse IsValidFlashType(LCase(FileExtension)) OrElse (LCase(FileExtension) = ".zip"))

Which looks to me like it is converting th extention to lower case before it checks it.  Can you run some additional checks and confirm that this is really happening?

 
New Post
10/30/2006 3:22 AM
 
Hello,

thanks for the Code examples. I have made now some short tests, but whitout troubles. I will try at the evening some more test with the files, which havn't done.
 
New Post
10/30/2006 4:20 AM
 

Hi thanks to both of you for your replies, sadly this was not the only problem I have had with this module and since posting this and another issue (see the link below) to this forum I have decided that the gallery just isn't stable enough to go on a production site.  I am currently looking at other CMS systems to find an alternative but if either of you can shed any light on my other problem with the gallery module I will gladly go back and try the DNN module again.

http://www.dotnetnuke.com/Community/ForumsDotNetNuke/tabid/795/forumid/9/threadid/77706/scope/posts/Default.aspx

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsGalleryGalleryUpload option does nothingUpload option does nothing


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out