Fileupload control in ASP.Net 4 how to return failure reason?
I have a simple web page on my intranet that I can use to upload a file toa "drop" folder. Some of my 开发者_开发百科users aren't able to upload the files. How do I get details on what caused the upload failure?
I know it has something to do with rights but I need to get a little more detail.
Any suggestions?
TIA J
Look in the application event log on the web server and there will be details of any uncaught exceptions thrown by asp.net
精彩评论