Here Mudassar Ahmed Khan has explained how to clear ASP.Net FileUpload control jQuery. ASP.Net FileUpload control is actually HTML Input File element which is ReadOnly i.e. one cannot modify its value on Client Side using jQuery.
Hence he has created a clone of the original control and replaced it with new one in order to clear ASP.Net FileUpload control on Client Side using jQuery.