Dear @Mudassar,
thanks for your reply. as per your reference code i am successfully sent the documents without any corrept but in my case i want to store attached files system drive.
i am using below references i am savind attachments in specific location
http://www.aspforums.net/Threads/136240/Save-Uploaded-File-in-specific-location-using-C-and-VBNet-in-ASPNet/
https://www.aspsnippets.com/Articles/ASPNet-FileUpload-control-Tutorial-with-example-in-C-and-VBNet.aspx
at the time of saving attachments i am getting problem
example, if i attached below four attachments at a time in order like ,
1. aspsnippets.pdf - file size 80kb,
2. aspforum.pdf - file size 40kb,
3. mudassar.jpg - file size 10 kb,
4. azim.doc - file size 20kb
after uploading event fires those files stored in my system and i am getting files below in order,
1. aspsnippets.pdf - file size 80kb,
2. aspforum.pdf - file size 80kb,
3. mudassar.jpg - file size 80 kb,
4. azim.doc - file size 80kb
when ever i am tried to open these files ,
2nd file content is same as 1st file,
3rd file not showing image and it is showing damaged, corrupted
4th file also corrupted.
did you please understand my problem please help me..
Thanks in advance.