As the subject says, we have IIS restriction to file size that we have extended to allow uploading a files up to 50MB. But in particular situation we have to send larger files as .zip/.rar. We want to achieve this without extending IIS file size limit.
We think to make something like splitting the archive file into smaller files and then combine them again on the server, but this is the very first idea.
I'm curios if there are any examples for this or any built in mechanism to do that. Of course any other suggestions from more experienced people are truly welcome.
Thank you in advance!
Best Regards, Ivan Ivanov