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