![]() |
|
iwfileuploader max file size - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: iwfileuploader max file size (/thread-1092.html) |
iwfileuploader max file size - PDSBILL - 05-31-2019 *** Problem Solved *** Had to change <requestLimits maxAllowedContentLength /> setting in IIS I created a simple ISAPI (.dll) and standalone (.exe) app with just a IWFileUploader on a blank form. I am not saving the file or have any events defined I am getting error "UNKNOWN" when attempting to upload a file of size 39 meg when my intraweb app is run as ISAPI dll. MaxFileSize is set to 90971520 (90 meg) I can upload 19 meg file in both. I can upload 39 meg file only in .exe app ISAPI app shows uploading to 99% but then goes RED with hint saying "Unknown" I have tried building in Delphi RIO with Intraweb 15.? and Delphi Tokyo 14.? Is there a hard internal limit to the max size of a file that can be uploaded? Bill B RE: iwfileuploader max file size - kudzu - 06-01-2019 Thanks for updating us that you got it solved. |