Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Julien Decaudin 44 posts 31 karma points
    Apr 14, 2011 @ 18:01
    Julien Decaudin
    0

    File upload support?

    Hello, I was wondering if this nice package does support file upload fields? I tried to use one but the stored data remains empty.

     

    Thanks!

    Ju

  • Daniel Bardi 927 posts 2562 karma points
    Apr 14, 2011 @ 19:38
    Daniel Bardi
    0

    Are you just wanting an uploader package?  You can try these:

    Chunked Upload

    Zip Upload

    Multiple File Upload

    Gecko Uploadify

  • Julien Decaudin 44 posts 31 karma points
    Apr 15, 2011 @ 13:12
    Julien Decaudin
    0

    Thanks for your reply Daniel.

    I'm not looking for a file uploader but just to handle the file input field on form submission using RestContour. It works fine when using the pure Contour form (add the path to the file - stored in Umbraco file system - to the field) but it remains empty through RestContour.

  • Peach 3 posts 23 karma points
    Apr 18, 2011 @ 12:04
    Peach
    0

    Hi, did you ever get a solution for this? I need to use the RestContour package but also need to handle file uploads.

  • rorythecheese 110 posts 56 karma points
    Apr 26, 2011 @ 17:03
    rorythecheese
    0

    I've been playing around and can't seem to get any uploading working either.

    From what i can tell the upload fields get stripped out from the query string when you submit the form by the serialize() jquery method in buildFormValidator().
    But you can add the upload's value to the url manually which it sends the filename ok but not the actual file.

    When i'm looking at a pure contour email with an upload field it uploads a file to a guid-named folder in /umbraco/plugins/contour/files.

    Am i right to think that this hasn't been implemented yet? Or is there something that i might be doing wrong.

    Thanks.

     

  • Amir Khan 1282 posts 2739 karma points
    Jul 20, 2011 @ 21:05
    Amir Khan
    0

    Anyone have success with this?

    Thanks!

    Amir

  • Adam 14 posts 34 karma points
    Sep 07, 2011 @ 03:54
    Adam
    0

    I am also having an issue with Contour upload field not working (not sure if this is worthy of its own thread).

    Once "Choose File" has been clicked, and a file (of any type) is selected, then click Open/OK : the resulting message is the record value "is not valid".

    I believe (but cannot verify) this is either because

    1) there is a super strict validation on the types of files Permitted to upload         - where can I alter this?

    2) there is something preventing the actual upload process of the file to occur     - a mystery to me thus far.

    3) there is no valid place to store the file.   - where can I specify this?

    I've scoured forums/net for hints or ideas and cannot find any clues. Any ideas kind folk?

    Cheers,

    Adam

    (my post is RESOLVED -  there was a conflicting regex validation that affected this. I've no idea why, but deleting this Upload record and recreating it resolved)

Please Sign in or register to post replies

Write your reply to:

Draft