• Uploading more than 3 files

    By Dolly Badham 1 decade ago

    Hi Mark, excellent file uploader....

    When I upload 1, 2 or 3 files the files are moved to the correct document with the moveUploadedFiles() function. When I upload 4 or more files, the moveUploadedFiles() function isn't even called and the documwent is saved without the form.

    Any ideas as to what could be casusing this?

    Many thanks Dolly

    • By Mark Leusink 1 decade ago

      The only reason I can think of is that the filesLimit option is set in the custom control's properties. That allows you to set a maximum number of files that the user can upload in a single pass.

      • By Kondratiev Sergey 10 years ago

        I have the same problem. Parameter filesLimit does not help

      • By Kondratiev Sergey 10 years ago

        Files are saved in a new document

      • By Kondratiev Sergey 10 years ago

        Server 9.0.1

    • By Kondratiev Sergey 10 years ago

      you solved the problem?

    • By Kondratiev Sergey 10 years ago

      I'm talking about form FormExample
      Here's what I found. When loading more than 3 files no event postSaveDocument

      • By Mark Leusink 10 years ago

        Strange… I'll take a look when I return from my holiday (within 2 weeks)