| Author: ShyamPrasad 28 Nov 2008 | Member Level: Gold Points : 1 |
Hi Tamanna !!!
this is gud. But i want to save multiple files one time.How to do that using ASP.NET
|
| Author: ShyamPrasad 28 Nov 2008 | Member Level: Gold Points : 1 |
Hi Tamanna !!!
this is gud. But i want to save multiple files one time.How to do that using ASP.NET
|
| Author: vipul 28 Nov 2008 | Member Level: Diamond Points : 1 |
Hi, if((FileUpload1.PostedFile != null)&&(FileUpload1.PostedFile.ContentLength > 0)) instead of this we can used this if(FileUpload1.HasFile) { }
|