Aricie
The DNN Expert for your web project
DNN Community Forums

Module Usage & Bulk Import

Sort:
You are not authorized to post a reply.
Author
Messages


Mike DeBaise











New Member



Posts:




New Member



    I have two questions.

    1. I am running version 05.00.02 in DNN version 04.09.02 and want to know if this same module will work in DNN 5.X. I want to upgrade my client to version 5 but want to be sure.

    2. I have been unable to get the bulk import to work. File size is usually around 25MB but even after selecting the zip file location it never appears to create the book.

    Thank you kindly for your assistance!



    Deleted User











    New Member



    Posts:




    New Member



      Hello Mike,

      1. The module will work fine in DNN 5.X, you can upgrade your client.

      2. To import files with this size, you must increase the limit in your web.config :

         Find this line : "<httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="8192" requestLengthDiskThreshold="8192" />"

         Replace «maxRequestLength="8192"» by «maxRequestLength="163840"».

      Be careful to have enough space on your hard disk : when we tested the module with a 43MB file, the size of the temporary files reached 3GB.

       

      Regards



      Mike DeBaise











      New Member



      Posts:




      New Member



        Jeremy,

           Thank you greatly for your reply. I can't belive I forgot about adjusting that value in the web.config. I will give that a shot and try it again, thank you kindly.

        You are not authorized to post a reply.