G
Goncalo
Hi.
You can limit the uploaded file size by changing the
httpRuntime's maxRequestLength in web.config, right?
So, my question is, how can you tell in CodeBehind that
the file 'uploaded' is over that size? I noticed that the
page property isPostBack is 'false'.
Thank's is advance
Goncalo
You can limit the uploaded file size by changing the
httpRuntime's maxRequestLength in web.config, right?
So, my question is, how can you tell in CodeBehind that
the file 'uploaded' is over that size? I noticed that the
page property isPostBack is 'false'.
Thank's is advance
Goncalo