Quick login...
 

 

  

DNN Modules
SnowCovered Top Sellers

Ultra Media Gallery is the most popular photo gallery and media gallery solution for DotNetNuke, UMG offers 10 different flash player to browse your gallery with completely different user interface experience.

Powerful, Ajax Enabled, Easy to Use. Document Management and Multimedia gallery functionality in one.Open-DocumentLibrary allows DotNetNuke users to organize share and manage documents, offering granular control over Folder and Document access.

Active Social is customizable social networking solution that fits the needs of a large company, small group, start-up business, or any size interest group. Connect with co-workers, people with similar interests, family, old friends, or meet new ones. Active Social provides a complete communication

Frustrated over the lack of customization for your user's registration fields? Dynamically setup your DNN Portal with custom registration fields, layout, questions, and other core integration options......

In this day and age, knowing as much detailed information as possible about your customer, prospect or web site user is essential. Thankfully, the new 'Dynamics Forms' module from Data Springs, makes it easier than ever to segment your data collection efforts.

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to upload videos in various format and automatically encode them to flv or H264 format, you also can add videos from internet and play them in our integrated flash video player.

One stop solution for events calendar and events registration! FREE DOWNLOAD is available now!

The amazing ANY COLOUR Flex2 skin + our unique EasyMod module allowing you to customise just about everything in this skin. DrNuke just re-wrote the rule book again.

The Future of Enterprise Search for DotNetNuke 3.x and 4.xOpen-SearchEngine provides DotNetNuke with a true enterprise search engine capable of indexing html content as well as documents from multiple sites and/or physical directories.

Capture your users attention, enrich your site with multimedia flash, and create and opt in distribution list for your DNN site. These are just a few of the many features the Data Springs Module Collection can provide you.

Recently Viewed...
DNN Modules
   
    |   Register   |   Wednesday, March 10, 2010   
Hi Everyone!

You'll notice that we implemented a small change where your first and last name are now displaying in the forums.  If you do not wish to display your last name, please update your user profile and add a display name.  You'll find this by clicking on your name at the top of the page (right next to the Logout link).  Thanks!

Data Springs Product Forums...
Subject: file upload error
Prev Next
You are not authorized to post a reply.

Author Messages
finau
Posts:9


07/02/2009 1:10 AM  

We purchased the latest version of the module - 14665_0_DataSprings_DynamicForms_Module30_DNN45PLUS.zip.

During the testing, the file attachment field was not functional when we set the filename type to be: Exact filename or riendly name.

file format that I tried to upload is .pdf and .doc, and we use the default upload directory. Files hasn't been uploaded successfully, and from the view result page, the file field shows the full quality file name on client's computer!! e.g if we upload a file from y drive, and in the form result page, it shows Y:\_T and T\...\DotNetNuke Installation Guide.pdf.  I then use .Nets redgate reflector to check your source code(Sorry I have to do it that way as we paid 400 AUD for the W /source , but  there is no sourcecode available in the download page), and found a bug:

if (upload.FileNameType == 0) { fileName = Guid.NewGuid().ToString() + Path.GetExtension(upload.fileUpload.get_PostedFile().FileName); } else if (upload.FileNameType == 1) { fileName = Strings.Replace(Strings.Replace(Strings.Replace(upload.fileUpload.get_PostedFile().FileName, extension.ToString(), "", 1, -1, CompareMethod.Text) + "_" + DateAndTime.Now.ToString() + extension, "/", "-", 1, -1, CompareMethod.Text), ":", "-", 1, -1, CompareMethod.Text); } else if (upload.FileNameType == 2) { fileName = upload.fileUpload.get_PostedFile().FileName; }

So you can see, if Filenametype = 1 or 2, the filename will beequal to PostedFile().FileName, which will return the full fully-qualified name of the file on the client's computer, It will be appreciated if you can fix this bug in the next version.

 

Chad Nash
Posts:3337
river guide
river guide

07/03/2009 10:41 AM  
Hi. Did you work out the issue with the source code? I think I might have responded to the support case but I wanted to make sure as well.

I have been able to verify this bug and have fixed it for the next patch/update avaliable. Basically within that function call we are not passing the postedfilename into a Path.GetFileName function call. We are still working on a few other issues to try and address as many items as possible. Thanks for bringing this to our attention.

-Chad
finau
Posts:9


08/31/2009 9:03 PM  

Hi Chad,

 

when and where this patch will be available?

finau
Posts:9


09/01/2009 1:06 AM  
Hi Chad, the source code that you sent is DataSprings_DynamicForms30_VS2005_SourceCode.zip, which is not match the installation file:14665_0_DataSprings_DynamicForms_Module30_DNN45PLUS.zip, can you please send me the source code for 14665_0_DataSprings_DynamicForms_Module30_DNN45PLUS.zip?
finau
Posts:9


09/01/2009 8:50 PM  
Hi Chad,honour spearking, your product is very buggy, the new file upload functions are not working at all!!!!
- The filename type have 2 new options: Friendly name and Exact name, and they are both not working!(see the post above)
-The Alternate upload folder is partly working, it allow user to upload file to the specified folder(ONLY if that folder exist) and still link to Dynamic_Uploads directory in the view form result page.

I just wondering if you guys made any test of these new functions before publish or not? because the errors are so obvious!

Further more, this error has been reported 2 months ago and still no patch beeen released!!! and thwe sourcecode that you gave after purchase and came with the installation file is on diffrent version!!!!!!!
finau
Posts:9


09/01/2009 9:05 PM  
I can easily pick up some errors regarding with your new updates at 3.0, e.g the new tocken $(DateTime) that can be used to insert into the email body in the complete event, does not include times at all....

Can you please make another testing before the release of the new Version, I am big dispointed..

Chad Nash
Posts:3337
river guide
river guide

09/01/2009 9:24 PM  
Finau,

Hi. I apologize for the delay, we have made the 03.00.20 and 03.00.30 patch avaliable upon request which does fix all know issues with any file and image upload file types. We were planning to release thus two weeks ago but during testing we have found an additional bug related to stylesheet issues that came up with done new fixes. We can still get you the patch before release. Just contact us from the contact us menu item or open a support ticket and let us know your order ID and we will be prompt with these issues.


Thanks,


Chad
finau
Posts:9


09/01/2009 11:03 PM  
I have sent the request via your contact us page
You are not authorized to post a reply.



ActiveForums 3.7
Copyright 2005 - 2010 by Data Springs, Inc.
Terms Of Use | Privacy Statement