Search
 

Great Ideas. Always Flowing.

We are not happy until you are happy. Client satisfaction guaranteed. Whatever your needs and requirements, we have the skills and resources for the job!

Quick login...


Or... now make it easy with Facebook Integration
Connect via Facebook



Top Sellers

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......

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 or record live videos from your webcam.

Build high performance, completely customizable data-entry forms and views driven by your DNN and external databases. New built-in tools make it a snap to quickly create data entry forms, data views, and even database tables. Plus, add your own HTML, CSS, Javascript, SQL commands, stored procedures,

The most advanced DotNetNuke shopping cart on the planet. Easy to use e-Commerce, Secure Shopping Cart Software and SEO friendly. B2C / B2B Ecommerce Sites.

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

file upload error
Last Post 09-01-2009 11:03 PM by finau. 7 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
finauUser is Offline
skipping stones
skipping stones
Posts:9
Avatar

--
07-02-2009 01: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 NashUser is Offline
    river guide
    river guide
    Posts:4688
    Avatar

    --
    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
    finauUser is Offline
    skipping stones
    skipping stones
    Posts:9
    Avatar

    --
    08-31-2009 09:03 PM

    Hi Chad,

     

    when and where this patch will be available?

    finauUser is Offline
    skipping stones
    skipping stones
    Posts:9
    Avatar

    --
    09-01-2009 01: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?
    finauUser is Offline
    skipping stones
    skipping stones
    Posts:9
    Avatar

    --
    09-01-2009 08: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!!!!!!!
    finauUser is Offline
    skipping stones
    skipping stones
    Posts:9
    Avatar

    --
    09-01-2009 09: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 NashUser is Offline
    river guide
    river guide
    Posts:4688
    Avatar

    --
    09-01-2009 09: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
    finauUser is Offline
    skipping stones
    skipping stones
    Posts:9
    Avatar

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


     
     

    Join our mailing list...

    Get current news and events the easy way

     

     

       
    Subscribe Me
     
    Copyright 2005 - 2011 by Data Springs, Inc.