Technology Using - ASP.Net with C#
Problem - Have written one application for upload file to our server.When the file is of small size then it is uploaded (it takes size only upto 160KB) and if file is greater than this specified size the it gives error regarding some WebClient Request.
|