U
UJ
I'm trying to limit the size of a file the user can upload. I want it so
that if the file is larger than 100MB, I tell them it needs to be smaller. I
put code in when they 'upload' the file to check the size but if the file is
larger than 100MB (which is what I check for) I get an error saying it can't
display the page.
I though I read somewhere about a limit set somewhere in IIS as to the size
of the files that are allowed to be uploaded.
I did find a KB article at support.ms that talks about catching an
application error and checking to see if it's on the page I'm interested in
and redirect to an error page. I put this code in and it never seems to be
fired.
Can anybody give any help?
TIA - Jeff.
that if the file is larger than 100MB, I tell them it needs to be smaller. I
put code in when they 'upload' the file to check the size but if the file is
larger than 100MB (which is what I check for) I get an error saying it can't
display the page.
I though I read somewhere about a limit set somewhere in IIS as to the size
of the files that are allowed to be uploaded.
I did find a KB article at support.ms that talks about catching an
application error and checking to see if it's on the page I'm interested in
and redirect to an error page. I put this code in and it never seems to be
fired.
Can anybody give any help?
TIA - Jeff.