ho folks!
for my company i have to implement a cute content management system. all goes right but a problem came up when i tried to upload files bigger than approximately 3,5 MB via a webform (<form method="post" encType="multipart/form-data" runat="server"> (all functions properly with filesizes less than the mentioned size).
the problem is that when i choose a large file for uploading and click the button to perform the upload, the procedure which should handle the click-event isn't called not even the pageload-method is called. instead a message saying that the page cannot be found is shown. seems to me that a webform using the post-method cannot handle such big files ... anyone got the solution?
thanks
ciaooo, atro
for my company i have to implement a cute content management system. all goes right but a problem came up when i tried to upload files bigger than approximately 3,5 MB via a webform (<form method="post" encType="multipart/form-data" runat="server"> (all functions properly with filesizes less than the mentioned size).
the problem is that when i choose a large file for uploading and click the button to perform the upload, the procedure which should handle the click-event isn't called not even the pageload-method is called. instead a message saying that the page cannot be found is shown. seems to me that a webform using the post-method cannot handle such big files ... anyone got the solution?
thanks
ciaooo, atro