![]() |
Sergey Kornilov admin 4/17/2013 |
Make sure that your web server doesn't limit upload file size. |
B
|
brasil2011 author 4/17/2013 |
Make sure that your web server doesn't limit upload file size. Check this article for some advise: http://webcheatsheet.com/asp/asp_troubleshooting.php#iis7
|
![]() |
Sergey Kornilov admin 4/17/2013 |
You cannot tell user anything before file is uploaded. BeforeAdd event will be only executed is file is uploaded to sucessfully. |
B
|
brasil2011 author 4/17/2013 |
You cannot tell user anything before file is uploaded. BeforeAdd event will be only executed is file is uploaded to sucessfully. You need to increase server upload file size limit to 10Mb or to 100Mb.
|
B
|
brasil2011 author 4/17/2013 |
You cannot tell user anything before file is uploaded. BeforeAdd event will be only executed is file is uploaded to sucessfully. You need to increase server upload file size limit to 10Mb or to 100Mb.
|