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!

Attacment not working - 3.3.5
Last Post 01-18-2011 02:14 PM by Ryan Bakerink. 9 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
jag64551User is Offline
skipping stones
skipping stones
Posts:11
Avatar

--
10-15-2010 11:34 AM
    I know this has been posted before, but the responses I found didn't help our situation.  We are running Dynamic Forms 3.3.5 and I cannot get a file to attach.  It just shows "http://" as a broken link in the confirmation email I have setup.  I checked to see if it was being stored when the form is submitted, and it was not.

    Could use some help.  Thanks
    jag64551User is Offline
    skipping stones
    skipping stones
    Posts:11
    Avatar

    --
    10-18-2010 11:03 AM
    I really need to get this working - any one have any ideas on this?  Thanks a lot
    Ryan BakerinkUser is Offline
    river guide
    river guide
    Posts:1900
    Avatar

    --
    10-18-2010 02:34 PM
    Hello,

    Can you please attach a screenshot of your settings for the file upload question type?

    I have seen something very similar before where if you don't provide error message text for the file upload field when a file type that is uploaded that isn't valid, then the whole control won't work correctly.

    If this isn't the problem then can you please take a look under Admin -> Event Viewer and tell me if you see any errors under this section?

    Can you go to Admin -> File Manager and upload the same file directly to your server? The reason I ask is because maybe the file type you're trying to upload isn't permitted in your site settings.

    From Admin -> File Manager can you confirm that you have a folder named DynamicForms_Uploads? Please let me know if you see this folder or don't

    If you have any questions please let me know.

    Thanks,

    Ryan
    jag64551User is Offline
    skipping stones
    skipping stones
    Posts:11
    Avatar

    --
    10-19-2010 07:00 AM
    Here is a link to the screenshot (didn't figure out how to attach it):
    http://dev.dietechservices.com/attachoptions.jpg

    I don't have error message text options (I have seen those screenshots in other parts of the forum, but don't have them myself).

    We are running 3.30.50.  We did not see any patches or anything to download - just the option to upgrade to 3.4.

    No errors in the Event Viewer.

    I tried uploading a .JPG - which you can upload through FTP and the file manager.

    I do not have a DynamicForms_Uploads folder.
    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    10-19-2010 10:56 AM
    Can you try creating a folder called DynamicForms_Uploads? Its possible that your file permissions on the server allow you to upload files but not create directories?

    Can you also try other file save types, maybe instead of unique filename does it matter if you choose Friendly etc?

    If you enable 'DEBUG MODE' within the form it should spit out some information for you if the file upload fails.

    Thanks,

    Chad
    jag64551User is Offline
    skipping stones
    skipping stones
    Posts:11
    Avatar

    --
    10-19-2010 11:36 AM
    While the upload folder did not appear in the File Manager, it was in FTP.  So after synchronizing, it did appear in the File Manager.  After doing that, I tested the form again, and it did not work.  I changed it from Unique to Friendly, and that did not help either.

    Where do you enable 'Debug Mode'?

    Do you think upgrading to 3.4 will solve this issue?

    Thanks
    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    10-19-2010 02:08 PM
    Hi.

    You enable debug mode by clicking the hyperlink "Enable Debug Mode" within the admin interface of the user-facing page. If you enable this and then upload the file do you see details on anything that spits out?

    The 3.4 release is the latest and greatest and there were some changes in this area however I don't know of any specific bugs logged for 3.3 on this issue.

    Is AJAX enabled on the form under module configuration/AJAX Settings? Do you have question events as well?

    -Chad
    jag64551User is Offline
    skipping stones
    skipping stones
    Posts:11
    Avatar

    --
    10-20-2010 10:15 AM
    I enabled Debug Mode and nothing else displayed related to that.  It isn't showing an error, so I wouldn't expect it to.  It just goes to the thank you page, and sends the email.

    There are no question events set up.

    We upgraded to 3.4 and are still having the issue.  I also deleted the original field, and added it again.  I tried adding all of the different tokens (e.g. $AttachResume, $AttachResume_Link, $AttachResume_FullResults) to the confirmation email, and all I get is one "http://" and nothing else.

    I added "Invalid Format" to the 'Invalid Extentions Error', now that I have the additional options in 3.4.  I also have "Unique Name (system generated)" and "Filename only (i.e. yourfile.jpg)" set.

    I've tried JPG and PDF files.

    Nothing appears in FTP in the "DynamicForms_Uploads" folder.
    KellyoUser is Offline
    river guide
    river guide
    Posts:113
    Avatar

    --
    01-10-2011 01:55 PM
    Hi Chad and crew, I had a similar expereince that I managed to resolve. After upgrading DNN from 4.95 to 5.6 and upgrading DF from (roughly) 3.3 to 3.4 .. I found that file uploads were going into oblivion somewhere. all seemed to work properly but no file was to be found. No error message was produced in event viewer or otherwise. The only indication of an error was when debugging was enabled.

    I had listed the alternate upload map path as "/portals/0/" which is the same as the default .. thinking it was neccessary or prudent ... this caused the problem. Once I removed the entry all worked fine. Seems kind of odd that defining the default path wouldn't work in this case.

    Thanks
    Kelly
    Ryan BakerinkUser is Offline
    river guide
    river guide
    Posts:1900
    Avatar

    --
    01-18-2011 02:14 PM
    Hello Kelly,

    Thank you for your contributed knowledge, we greatly appreciate you taking the time to help others in the community.

    Please let us know if this helps you Jag.

    If anyone has any questions please let us know.

    Thanks and sorry for the tardy response,

    Ryan
    You are not authorized to post a reply.


     
     

    Join our mailing list...

    Get current news and events the easy way
     
     
       
    Subscribe Me

    Recent Blogs...

     
    Copyright 2005 - 2011 by Data Springs, Inc.
     
  • film izle
  • 720 izle
  • film
  • sinema izle
  • film makinesi
  • T�rk�e dublaj film
  • film izle
  • film izle
  • baglan film izle
  • sinema izle
  • 1080 film izle
  • film mercegi